Hi,

I am able to run the video to DVI output and video to network over RTP (both with issues). But when I'm trying to run TI encode demo as installet into /opt/dvsdk_demos byt RR SDK:

 

loadmodules.sh

........

========================================================================================

/opt/dvsdk_demos # ./encode -y 3 -v x.264
Encode demo started.
Error: Failed to create attribute window device
Error: Failed to create UI

========================================================================================

Looking over TI site indicates that it can't create something on the output (DVI)

Running this gst pipeline results in rather free of issues video on DVI output:

gst-launch -e v4l2src always-copy=false !  video/x-raw-yuv,format=\(fourcc\)
UYVY, width=1280, height=720, framerate=\(fraction\)23/1 ! dmaiaccel ! dmaiperf
! TIDmaiVideoSink videoOutput=DVI sync=false accelFrameCopy=false videoStd=720P_
60

========================================================================================

So please any comments on this question will be highly appreciated:

is it possible to run TI's 'encode' demo on LeopardBoard 365 with 5M pixel camera and DVI output?

========================================================================================