if I use the 'NTSC timing' for example with :
controls[i].param = DM_VIDEO_TIMING_INT32;
controls[i].value.int32 = DM_TIMING_525;
my test program works.
But when I just change the mode to PAL with:
controls[i].param = DM_VIDEO_TIMING_INT32;
controls[i].value.int32 = DM_TIMING_625;
I get the error message:
[hd param verification] error, param DM_VIDEO_TIMING_INT32 has value
3, but should have value 2
So why 'should' it be 2 when I have selected 3? Is the mode hardcoded to
NTSC?
Thanks in advance.
Regards
Sven Heinzel
|