This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123GH6PM: USB Webcam interface

Part Number: TM4C123GH6PM

I am trying to interface an Off the Shelf USB camera to the TM4C123/129 Tiva launchpad. The purpose is to simply stream the data from the camera to the Communication interface with NO processing of data whatsoever. The communication Interface(s) could be connected to the Tiva MCU using UART/I2C/SPI.

Any inputs in the form of Library code/SDK or pointers would be appreciated.

Thanks in advance for your time.

Regards.

Hemant

  • Hi Hermant,
    There is no specific library/SDK specific for interfacing with the camera. Please first find out which communication interface(s) your camera supports: UART/I2C/SPI. There are various examples for the respective modules in the TivaWare library. You can go to <TivaWare_Installation>/examples/peripherals and find these module examples.