dmsdk
[Top] [All Lists]

dmSDK for Linux and PAL

To: dmsdk@xxxxxxxxxxx
Subject: dmSDK for Linux and PAL
From: Sven Heinzel <heinzel@xxxxxx>
Date: Mon, 15 Jan 2001 16:31:14 +0100
Sender: owner-dmsdk@xxxxxxxxxxx
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

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