I am having difficulties getting any video example or example to work on the new MV5 release, except the main .decode example which will compile and run without a problem.
Any other application that I an trying to use to validate that I have a tool to debug video with does not seem to work. I am not sure if they were written for the older MV4 APIs.
Examples:
1) There is a simple video display example located in the DVSDK2.00.00.22 distribution at:
~/dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/apps/video_display/
I CAN successfully compile it by running a "make dmai" from the DSK root, but what is the program "supposed" to do?
It does run, "somewhat", but the output is not as I expected.
2) Also, Under MV4, one could simply do a "cp filename /dev/fb/2" and the filename image would appear. Should that still work?? I took the fb2 image from the MV4 2.6.10 after boot (the small TI logo in the top left), saved it, then attempted to load it into the same fb2 frame buffer after booting MV5 2.6.18. but nothing appears.
There are others, but these two are representative. Should these two instances work without issue? or do I have to modify the source or process to sync up with a new API
thanks, gary