I am working on ARMV4I device. BSP is based on FSample bsp comes with WM610.
I am using latest March 2008 LTK from MSFT, also with this LTK Camera Dshow
Integration Test passes on Device Emulator.
I am using WM6.1 image (for our ARM device) build using following sysgen
variables:
1) SYSGEN_CAMERA_NULL=1(To Include NULLCAM Driver)
2) SYSGEN_DSHOW_CAPTURE=1(Used Previously on WM5 and later versions. Even
without this variable LTK doesn't pass)
3) IMGCAMERAOEM=0 (To include P&V Camera registries)
4) SYSGEN_DSHOW_WMV=1 (Got hint from Fsample, Even without this variable LTK
doesn't pass)
5) SYSGEN_DSHOW_ICM=1 (Got hint from Fsample, Even without this variable LTK
doesn't pass)
6) set BSP_NOCAMERA=1 (To exclude default FSample Camera Driver)
So this image contains NULLCAM only. Also P&V camera application properly
for all combinations with above image on our ARMV4I device.
If I run "Camera Direct Show Integration test" for 100-300 test nos. Test
takes 45 sec to finish, in which 23 test out of 32 fails. Same kind of
results happen with whole LTK.
Following is the failure message for almost all the failed tests:
CCaptureFramework: Loading the video property bag data failed.
Initializing the capture graph failed.
CCaptureFramework: Pausing the graph failed.
I have seen this kind of failure before with WM5 later AKUs, when We don't
use updated WMCETK. But here this possibility ruled out, because same LTK
tests are passing on device emulator.
I have exhaust all my attempts, nothing more to try. Can anyone please give
me some pointer, what else I can try after reaching above state.