Hello !
I'm going to using omapl38 to process image on TMDSLCDK138 .If I store a video in sd card , how can I read this video from sd card and process it ? Can you give me an example ?Thank you !
Regards,
Sai.
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.
Hello !
I'm going to using omapl38 to process image on TMDSLCDK138 .If I store a video in sd card , how can I read this video from sd card and process it ? Can you give me an example ?Thank you !
Regards,
Sai.
Hi Sai,
Sai says said:But the question how to read video from SD card
You will find some sample code to drive ( I mean, access/read /write) the SD card here. There are lots of video file formats exist. If you are looking for sample code to read a video file from SD card as a bare metal code ( without any OS), it doenot exist in the starterware code.
If you run Linux on ARM core of OMAPL138, you may find some Linux video drivers.