#set log level
log:levelMask=0x3333333333,ispMask=0xffffffffffffffff,sw3aMask=0x7

#set test case
set:camid=0,pWidth=1920,pHeight=1080,vWidth=1920,vHeight=1080,hdr=0,ddrOffline=1,ddrOfflineProcNum=1,ddrOfflineImaType=7,ddrOfflineBayerPattern=0,fps=30
set:camid=1,pWidth=1920,pHeight=1080,vWidth=1920,vHeight=1080,hdr=0,ddrOffline=1,ddrOfflineProcNum=1,ddrOfflineImaType=7,ddrOfflineBayerPattern=0,fps=30

#start running
start

#dump 5 frames per camera
dump:camid=0,num=5,period=5
dump:camid=1,num=5,period=5

#continue 60s
sleep:time=60

#stop running
stop

#exit running
exit