Hello
I found some example for DM355 in "DVSDK_1_30_00_40/PSP_01_20_00_014/examples". I compiled it and run in DM355 EVM board. "fbdev" example is running correctly, but while running "v4l2" and "ipipe" I got an error like this (both examples stuck at same error). How to recover from this problem.
root@192.168.1.10:/opt/dvsdk/dm355/examples/v4l2# ./v4l2_loop&
[1] 1078
root@192.168.1.10:/opt/dvsdk/dm355/examples/v4l2#
root@192.168.1.10:/opt/dvsdk/dm355/examples/v4l2# DavinciDisplay DavinciDisplay
1: Display Manager failed to allocate layer
DavinciDisplay DavinciDisplay.1: Unable to configure video layer for id = 1
Open Device: Error in opening the video devices
root@192.168.1.10:/opt/dvsdk/dm355/examples/v4l2#
root@192.168.1.10:/opt/dvsdk/dm355/examples/dm355/ipipe# ./ipipe_rsz_example
h_scale=1, v_scale=1
initializing capture device
Open Done
QUERYCAP Done
setting data format
SetDataFormat:setting std to 12288
S_STD Done
GetSTD Done WITH std = 12288
SetDataFormat:requestiDavinciDisplay DavinciDisplay.1: Display Manager failed t
allocate layer
ng width:704 heiDavinciDisplay DavinciDisplay.1: Unable to configure video laye
for id = 0
ght:480
S_FMT Done
initializing capture buffers
REQBUF Done
QUERYBUF Done
QUERYBUF Done
QUERYBUF Done
initialize Ipipeinitializing display device
starting streaming
Queing buffer:0
Q_BUF Done
Queing buffer:1
Q_BUF Done
Queing buffer:2
Q_BUF Done
STREAMON Done
root@192.168.1.10:/opt/dvsdk/dm355/examples/dm355/ipipe#