object detection using USB UVC camera in stm32n6570-dk
I have STM32N6570-DK board and need to use very small sized camera ~1x1mm 30 fps with USB UVC interface for object detection applications. As the camera does not have dcmi/csi-2 interface, I am exploring how to use USB HS Host driver and UVC class driver. Questions:
1. Is it possible to get real-time inference on UVC video stream(20-30fps) as in an example ST provides? I have tried the example and inferencing speed is very fast.
2. Are there any example codes I can refer to for USB host and vuc class driver?
3. or should I try find the video bridging hardware converter(UVC to DCMI parallel/MIPI CSI-2)?
4. Even if I can find CSI-2 converter, firmware development will still be very challenging for CSI interface. Is it worth trying out? DCMI parallel will be much easier to implement in coding. However, small camera does not come with parallel interface. Are my assumptions correct?
Any help/guidance/clarification would be greatly appreciated!
Thank you
