Normal
Yes, but that is true for the tuner portion only. I am using the composite inputs (which is connected to the STB composite output) and if I force the tv format to PAL in the code, I get a proper picture. Maybe there should be a checkbox to show all possible values for the AnalogVideoStandard Enumeration along with a warning.Thanks. For the AverMedia card, <available> is 3, but the combo shows NTSC_M, NTSC_M_J and NTSCMask. The bitmak for the first 2 is 3. What is NTSCMask for? I also cannot get the details page for the CX23885 card. I get the following in error.log when I click on its name in SetupTV:[CODE]2009-04-14 10:39:47.203125 [SetupTv]: Exception :System.ArgumentOutOfRangeException: Value of '50' is not valid for 'Value'.'Value' should be between 'minimum' and 'maximum'.Parameter name: Value at System.Windows.Forms.ScrollBar.set_Value(Int32 value) at SetupTv.Sections.CardAnalog.SetVideoProcAmp(IDictionary`2 map) at SetupTv.Sections.CardAnalog.OnSectionActivated() at SetupTv.SetupTvSettingsForm.ActivateSection(SectionSettings section)[/CODE]I have looked at the xml file and played with the values, but I cannot get it to work I have changed the value of the <selected> child node to 16 for the AverMedia card, but it does not seem to make a difference. I get audio but the video is garbled. In the changes I made to the sources, I set the tv format after the graph is built, but before it is run. This works for me, but I have to make the changes in the source every time I update.I think you have misunderstood me. I was asking for an option to set the video format for the tuner input and the composite/vhs inputs separately, not on a channel by channel basis.
Yes, but that is true for the tuner portion only. I am using the composite inputs (which is connected to the STB composite output) and if I force the tv format to PAL in the code, I get a proper picture. Maybe there should be a checkbox to show all possible values for the AnalogVideoStandard Enumeration along with a warning.
Thanks. For the AverMedia card, <available> is 3, but the combo shows NTSC_M, NTSC_M_J and NTSCMask. The bitmak for the first 2 is 3. What is NTSCMask for? I also cannot get the details page for the CX23885 card. I get the following in error.log when I click on its name in SetupTV:
[CODE]2009-04-14 10:39:47.203125 [SetupTv]: Exception :System.ArgumentOutOfRangeException: Value of '50' is not valid for 'Value'.
'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
at System.Windows.Forms.ScrollBar.set_Value(Int32 value)
at SetupTv.Sections.CardAnalog.SetVideoProcAmp(IDictionary`2 map)
at SetupTv.Sections.CardAnalog.OnSectionActivated()
at SetupTv.SetupTvSettingsForm.ActivateSection(SectionSettings section)[/CODE]
I have looked at the xml file and played with the values, but I cannot get it to work
I have changed the value of the <selected> child node to 16 for the AverMedia card, but it does not seem to make a difference. I get audio but the video is garbled. In the changes I made to the sources, I set the tv format after the graph is built, but before it is run. This works for me, but I have to make the changes in the source every time I update.
I think you have misunderstood me. I was asking for an option to set the video format for the tuner input and the composite/vhs inputs separately, not on a channel by channel basis.