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
Just to add, there were some customers who have already done this, they communicated with USB camera with MDK-Middleware, in this case a custom support for such a device has to be implemented using Custom Class on the USB Host.
Thanks Milorad
This has given me the starting point to write the code and also the portion to implement my camera.