Hi, I am using dmai to do capture and displaying.
I have some issues rotating 270 degrees for the image to display on the lcd screen for the dm3730evm.
pink and black thick lines appear on screen instead of capture image.
In my bootargs, I included omapfb.rotate=3 omapfb.rotate_type=1 omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=0:4M omapfb.mode=dvi:720X480@60
Can someone help me. Thanks.
cAttrs.numBufs = NUM_CAPTURE_BUFS;
cAttrs.colorSpace = ColorSpace_UYUY;
cAttrs.videoStd = videoStd;
cAttrs.videoInput = Capture_Input_COMPOSITE;
dAttrs.numBufs = NUM_DISPLAY_BUFS;
dAttrs.colorSpace = ColorSpace_UYUY;
dAttrs.videoStd = videoStd;
dAttrs.videoOutput = Display_Output_LCD;
dAttrs.rotation=270; // pink and green thick lines appear on screen instead of capture image.