I wanted to display my app to link with the dsiplay module and display on LCD, so I was trying to execute video_display_omap3530.x470MV given in DVSDK 3_00_00_29 but this binary is unable to show any Output on the board. Is this binary not proper? Does this play UYVY file/ .264 file or what input it is expecting?
I am getting the following Output in the console:-
[root@OMAP3EVM dvsdk]# ./video_display_omap3530.x470MV
Failed to open display device
[root@OMAP3EVM dvsdk]# ./video_display_omap3530.x470MV -h
Usage: video_display_<platform> [options]
Options:
-y | --display_standard Video standard to use for display (see below)
--benchmark Print benchmarking information
-h | --help Print usage information (this message)
-n | --numframes Number of frames to process [Default: 1000]
Display standards available:
1 D1 NTSC @ 30 fps [Default]
2 D1 PAL @ 25 fps
3 480P @ 60 fps
4 576P @ 50 fps
5 720P @ 60 fps
6 720P @ 50 fps
7 1080i @ 30 fps
8 1080i @ 25 fps
9 1080p @ 30 fps
10 1080p @ 25 fps
11 1080p @ 24 fps
What may be the fix?