Hi, I'm trying to get the capture_encode demo to work with my DM8148-based board.
I am using a camera with cameralink interface,25.21fps,1392x1040,50M clock. And, I use a DS90CR286 to convert cameralink to 24bit RGB and fval(frame valid,active high) ,dval(data valid,active high) and lval(line valid,active high) .The 24bit RGB connect to 8148 vin0 port,and fval connect to VSYNC,dval connects to HSYNC.
I modify the capture_encode example as follows:
sHwPortParam.eCaptMode = OMX_VIDEO_CaptureModeSC_DISCRETESYNC;
sHwPortParam.eVifMode = OMX_VIDEO_CaptureVifMode_24BIT;
sHwPortParam.eInColorFormat = OMX_COLOR_Format24bitRGB888;
Unfortunately, I am finding that no callbacks at all are being executed in captu re_encode OpenMAX demo.
Someone help me, please.