Hi
I am working on interfacing USB camera with mini USB port of STM3241G-EVAL. As per my research, I have to add a USB video class driver in my code development using Keil. I found this link of libuvc https://github.com/libuvc/libuvc and it does require to install CMake and libusb prior to this installation.
Can anyone please suggest me the easy way of integrating libusb with Keil? Earlier, I tried adding the libuvc files manually in my code but then it further required pthread library that is again not supported with Keil.
If anyone has done work with USB video class please guide me. I will be very grateful for all the help.
Thanks