On Jan 15, 4:31pm, Sven Heinzel wrote:
> Subject: dmSDK for Linux and PAL
> 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.
Sven,
What PAL device are you trying to control with your test program?
Regards,
-frank
>
>
> Regards
> Sven Heinzel
>-- End of excerpt from Sven Heinzel
|