hi:
I was using 'jpegdec' codec of dm368 to decode mjpeg frame captured from usb camera , decoder returns -1 always , does that jpegdecoder supports decoding mjpeg frame ?
My another app use jpeg frame to feed decoder , and its OK!
Then I tried to convert mjpeg frame to jpeg .
1 change "FF E0" FILED, AV1->JFIF
2 add 'standard mjpeg huffman table' searching from google
sometimes it's decoded OK but sometimes not !
can anyone help me , thks !