Hi
I am using Keil to develop code for USB based cameras with STM32 based microcontroller and I found the example code that can detect the USB camera to provide information on manufacture name, serial number, etc but I am not sure how to interface the camera functionalities with my code. Like open the camera and display its video on LCD.
I am new to this interface. I will really appreciate any help in this matter.
Thanks
You will also need to get familiar with the USB Host stack on your chosen microcontroller.
And how to display video on your chosen screen.
Would it not be simpler to just use a Raspberry Pi ... ?
Thanks Andy Neil for the suggestion
I have to talk with my senior to see if we can use raspberry pi.