dmsdk
[Top] [All Lists]

Re: dmSDK for Linux and PAL

To: Sven Heinzel <heinzel@xxxxxx>, dmsdk@xxxxxxxxxxx
Subject: Re: dmSDK for Linux and PAL
From: frankb@xxxxxxxxxxxxxxxx (Frank Bernard)
Date: Mon, 15 Jan 2001 20:08:09 -0800 (PST)
Cc: frankb@xxxxxxx
In-reply-to: Sven Heinzel <heinzel@xxxxxx> "dmSDK for Linux and PAL" (Jan 15, 4:31pm)
References: <3A6317C2.B3306609@xxxxxx>
Sender: owner-dmsdk@xxxxxxxxxxx
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



<Prev in Thread] Current Thread [Next in Thread>