Hi Joan,
I would like to control the recording using a USB remote control. We want to start recording from the camera to SD-Card with one press of a button and at the same time start recording from Kinovea via USB. I have already built a Lanc remote control for our Sony camcorder on an Arduino and would expand it.
My planned functionality includes:
Green LED indicating that there is a connection to Kinovea (with some kind of ping)
RED LED indicating that a recording is in progress in Kinovea
Red LED that flashes when an error occurred during recording
Button for changing the recording status
It would be important for us that the remote control definitely speaks to Kinovea, even if the program does not have focus or is in the background. This means we don't have to constantly look at the computer screen to see that the recording is running in Kinovea. Therefore, I want to integrate the remote control control into Kinovea.
What would be your recommendation as to how and where I could integrate the code into Kinovea?
For the remote control hardware I use an Arduino Nano Every and this project https://github.com/Novgorod/LANC-USB-GUI/tree/main as the basis. I will then publish the code for the remote control on github so that anyone can build the remote control. I think there will be two versions: one with just one button for recording with Kinovea and a remote control with two buttons, as we need it.
Best regards, Christian