This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Libusb Installation in Keil

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

Parents
  • Thanks for replying

    You are right it does not say that it has support for bare metal ARM system. I actually could not find much information on USB video class interface with STM3241G board. I only found very few resources and libusb was one of those. I was not sure if there is any way that I can make it work with Keil example application. 

Reply
  • Thanks for replying

    You are right it does not say that it has support for bare metal ARM system. I actually could not find much information on USB video class interface with STM3241G board. I only found very few resources and libusb was one of those. I was not sure if there is any way that I can make it work with Keil example application. 

Children