Dear all
I use EZSDK 5.04 , in my program ,I could capture and display video. On A8 side , now I can get the video frame through HDVPSS . But I also want to run video algorithm on C674x DSP side ,so I want to use Codec Engine framework.
Then I have found a document named DM816x EZ Software Developers Guide ,it presents "
Note! The Codec Engine examples cannot be run out with graphics. Please execute the following steps to
teardown the graphics plane and ensure that no firmware is running.
target # /etc/init.d/pvr-init stop
target # /etc/init.d/matrix-gui-e stop
target # /etc/init.d/load-hd-firmware.sh stop" ,
graphics have been shut down , I can't capture video , if I don't shut down graphics ,my CE engine even couldn't open . I want to run codec engine to run algorithm on DSP side , and at same time do videocapture on A8 side througth HDVPSS , then output the video output using FB. It seems like a conflict between video capture and program based on CE . how can the process be realized.