i had bought a board whih dm368 soc .
i rebuild the kernel and the DVsdk in CROSS compile environment,then i tftp boot the kernel and mount the NFS,run the demo encode ,first the error report is :
root@192.168.188.4:/opt/dm365/encode# ./encode -v h.264 -y 1
Encode demo started.
ERR: Failed to open image file [data/pics/Buttons_SQ.png]
Error: Failed to create png image
Error: Failed to create user interface buttons
Error: Failed to create UI
root@192.168.188.4:/opt/dm365/encode#
Encode demo started.
ERR: Failed to open image file [data/pics/Buttons_SQ.png]
Error: Failed to create png image
Error: Failed to create user interface buttons
Error: Failed to create UI
root@192.168.188.4:/opt/dm365/encode#
then i copy the directory "data" DVSDK in demo directory to the "dm365/encode/" run the demo again,the error like this:
:/opt/dvsdk_demos_2_10_00_17/dm365/encode# ./encode -v test.26 -y 1
Encode demo started.
Error: Failed to create capture thread
root@192.168.188.4:/opt/dvsdk_demos_2_10_00_17/dm365/encode#
Encode demo started.
Error: Failed to create capture thread
root@192.168.188.4:/opt/dvsdk_demos_2_10_00_17/dm365/encode#
can anyone help to run the demo ,tks.