Hi experts,
I download the SW from http://software-dl.ti.com/processor-sw/esd/PROCESSOR-SDK-LINUX-AM57X/latest/index_FDS.html and
got failure as trying to decode jpeg as below.
Does I miss anything else ?? According to http://processors.wiki.ti.com/index.php/Processor_Training:_Multimedia , JPEG is supported.
root@am57xx-evm:/run/media/sda1# viddec3test -s 30:1920x1080 JPEG1080.jpg
0x2c070: Opening Display..
using 1 connectors, 800x480 display, multiplanar: 1
0x2c070: Opening Demuxer..
Input #0, image2, from 'JPEG1080.jpg':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj420p, 1920x1090 [PAR 96:96 DAR 192:109], 25 tbn
ERROR:open_stream:88: could not open 'JPEG1080.jpg': unsupported codec 8
ERROR:decoder_open:152: 0x2c070: could not open demuxer
root@am57xx-evm:/run/media/sda1#
I try to decode H264 and it's ok.
root@am57xx-evm:/run/media/sda1# viddec3test -s 30:1920x1080 out.h264
0x2c070: Opening Display..
using 1 connectors, 800x480 display, multiplanar: 1
0x2c070: Opening Demuxer..
[h264 @ 0x2d6e0] Estimating duration from bitrate, this may be inaccurate
Input #0, h264, from 'out.h264':
Duration: N/A, bitrate: N/A
Stream #0.0: Video: h264 (Constrained Baseline), yuv420p, 1920x1080, 25 fps, 25 tbr, 25 tbn
0x2c070: infile=out.h264, width=1920, height=1080
0x2c070: padded_width=2048, padded_height=1184, num_buffers=7
Setting mode 1920x1080 on connector 30, crtc 32
0x2c070: Opening Engine..
displayBufsMode: 1
0x2c070: end of input
ERROR:decoder_process:403: 0x2c070: process returned error: -1
ERROR:decoder_process:404: 0x2c070: extendedError: 00040000
root@am57xx-evm:/run/media/sda1#
Thanks