Dear all,
I work on ezsdk_dm814x-evm_5_05_02_00, and I connect to RGB a stream from camera (http://www.aiptek.com.tw/c0_1.php?bid=2&cid=5&pid=1). I write the follow cmd in script file, to encode from camera to file and then immediately to decode from the file.
On the screen I see a clear view, but when I try to view the file in VLC, I see it not so clear, and when I decode the file, I see only an white screen in the middle of the screen.
please help me know why is it not working well, and what the solution.
The script is:
cd /etc/init.d/
./matrix-gui-e stop
/etc/init.d/pvr-init stop
echo 1:dvo2 > /sys/devices/platform/vpss/graphics0/nodes
echo 0 > /sys/devices/platform/vpss/display1/enabled
echo 720p-60 > /sys/devices/platform/vpss/display1/mode
echo 1 > /sys/devices/platform/vpss/display1/enabled
cd /usr/share/ti/ti-omx/
./capture_encode_a8host_debug.xv5T -f 60 -m 720p -b 6000000 -o test.h264 -n 600 -d 0
./decode_display_a8host_debug.xv5T -i test.h264 -w 1280 -h 720 -f 60 -g 0 -d 0 -c h264
regard,
Yoel