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.

Capture test on WinCE

Other Parts Discussed in Thread: OMAP3530

Does anyone confirm if the capturetest work corectly?

This software is located in %WINCEROOT%\PLATFORM\EVM_OMAP3530\SRC\APP\CaptureTest

of BSP_WINCE_ARM_A8_01_00_00 of Adeneo.

I expected I could see a video image which came from composit input with this software

but I could only see a black window at "Capture Test" window.

br,

Tak

 

  • Tak,

    What options did you invoke capturetest with? The following should give you a video preview:

    capturetest /vin av /venc none /auto /pv

    Best,

    Chander

    Tak Izaki said:

    Does anyone confirm if the capturetest work corectly?

    This software is located in %WINCEROOT%\PLATFORM\EVM_OMAP3530\SRC\APP\CaptureTest

    of BSP_WINCE_ARM_A8_01_00_00 of Adeneo.

    I expected I could see a video image which came from composit input with this software

    but I could only see a black window at "Capture Test" window.

    br,

    Tak

     

     

  • Chander,

    Thanks. I forgot to specify  auto option.

    I see some input image but the image is broken even if I specify "/cap 720x480@30" option.

    It seems horizontal size doesn't match.

    It is very strange phenomenon but a frame can be seen correctly just after I execute capturetest

    or conceal capture test window with another window like command window.

    However, I can't see the input image correctly soon.

    Did you see such phenomenon?

    br,

    Tak

  • Does your BSP have VRFB enabled? Capturetest preview does not work currently when VRFB is enabled. This is a known issue.You might see a proper image if the window is forced to output to GDI, which might happen if another window is in front.

    Regards,

    Chander

     

    Tak Izaki said:

    Chander,

    Thanks. I forgot to specify  auto option.

    I see some input image but the image is broken even if I specify "/cap 720x480@30" option.

    It seems horizontal size doesn't match.

    It is very strange phenomenon but a frame can be seen correctly just after I execute capturetest

    or conceal capture test window with another window like command window.

    However, I can't see the input image correctly soon.

    Did you see such phenomenon?

    br,

    Tak

     

  • Chander,

     

    Thank you.

    I got the right frame.

     

    br,

    Tak