Hi,
I have OMAP-L138 and I use DVSDK 04.03.00.06.
I have to convert yuv422p files into jpeg, so I run this command:
# gst-launch filesrc location=./capt_frame.yuv ! TIImgenc1 resolution=720x576 iColorSpace=YUV422P oColorSpace=YUV420P qValue=75 ! filesink location=./output.jpg -v --gst-debug-level=1
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstTIImgenc1:tiimgenc10: failed to create image encoder: jpegenc
Additional debug info:
gsttiimgenc1.c(1537): gst_tiimgenc1_codec_start (): /GstPipeline:pipeline0/GstTIImgenc1:tiimgenc10
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
why it cannot create jpegenc? where am I wrong?
In the <home>/ti-dvsdk_omapl138-evm_04_03_00_06/codecs-omapl138_4_02_00_00/packages/ti/sdo/server/cs/package/info/bin/cs.x674.DataSheet.html (generated at build time) is reported also jpegenc:
best regards
Max