This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

9022 display output

hi all .if i want to output the display through the 9022 from DVo2,so how i should to set the display?

tks

  • i don't change the function Vdis_params_init() default value ,the video will be green ,but there is data.

    if i change the function 

    pContext->deviceParams[VDIS_DEV_DVO2].outputInfo.dvoFmt = VDIS_DVOFMT_DOUBLECHAN;

    to

    pContext->deviceParams[VDIS_DEV_DVO2].outputInfo.dvoFmt = VDIS_DVOFMT_TRIPLECHAN_EMBSYNC; 

    the video will be deviated to purple

    so how can i change?

    tks

  • now i set the following .but the video is still displayed from the DVO2,just the color is not normal ,so why?

    vdisParams.enableConfigExtThsFilter = FALSE;
    vdisParams.enableConfigExtVideoEncoder = FALSE;

    tks