Hi all,
We want to use encodedecode which is in dvsdk_2_00_00_22\dvsdk_demos_2_00_00_07\dm6446 as LCD display. We had been verifed to display as COMPOSITE. How can we use encodedecode as LCD display. We have tried it at the following.
const Display_Attrs Display_Attrs_DM6446_LOGICPD_ATTR_DEFAULT = { //OSD1
1,
Display_Std_FBDEV,
VideoStd_LCD_1024_768, // this is included on our source(Dmai, logicpd_encode.c).
Display_Output_LCD,
"/dev/fb/2",
0
};
const Display_Attrs Display_Attrs_DM6446_LOGICPD_OSD_DEFAULT = { // OSD0
2,
Display_Std_FBDEV,
VideoStd_LCD_1024_768,
Display_Output_LCD,
"/dev/fb/0",
0
};
const Display_Attrs Display_Attrs_DM6446_LOGICPD_VID_DEFAULT = { // capture
3,
Display_Std_V4L2,
VideoStd_LCD_1024_768,
Display_Output_LCD,
"/dev/video3",
0
};
But, It isn't work. So, we want to know what is changed in source or what is important points. If it is necessary to know any information about it, request me please.
Best regard.