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.
i'm working on a project that is live video conferencing , the hardware is that the camera send the live frames it takes to the C2000 Delfino MCU F28379D instant by instant through uart or I2C protocol and then
the C2000 Delfino MCU F28379D sends that frames to tivaC 1294 and the tivaC 1294 controls (displays) the BOOSTXL-K350QVG-S1
and the BOOSTXL-K350QVG-S1 displays the live stream video i mean with the live stream the camera snaps or frames i don't mean any wifi or ethernet
1)what are the best protocols between devices ?
2) what is the best camera that can do this with the delphino ?
thanks in advance
Hi Mennah,
Video is not a very common device to interface to a C2000 MCU. The sum of our expertise here is captured in this e2e thread:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/399147
As far as the communication with the TIVA-C, this will depend on your bandwidth requirements. SPI is probably the best place to start, then pick something else if it doesn't meet your requirements.