Hello !
I worked on a model that allows me to detect targets thanks to a Picamera and servo-motors that allow me to scan a certain field of view.
There are two modes on this model, the first one is an automatic mode that makes the servomotors rotate in order to search and point an enemy target. And the second is a manual mode with control of the servomotors using a joystick. I used Python to do all this.
The video feedback of the target detection is done through a screen.
However, now I'd like to make the system portable. So I have to remove the joystick and no longer have a monitor.
For this, I had thought of going through a web server where we will be able to observe the live camera feedback but also integrate buttons to be able to control the servomotors.
I've never done this before, so I'd like to know if it's possible and plausible?
I hope I've been clear enough about what I'd like to do...
Thank you in advance.