- April 4, 2006
- 1,597
- 314
- Home Country
- Germany
- Thread starter
- #211
We are not looking at the tuner portion of the card, we are looking at the capture. So if you card supports PAL for composite inputs than it should return this information. IMHO this risk is simply too high too allow such a setting and it will probably confuse users.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.According to the files SetupTV displays the correct possible values. The AverMedia card reports only that it supports NTSC.
NTSCMask is a group for the other NTSC entries. This should not be listed in the list. I have corrected this and it will be available with the next verison. According to the configuration file your card reports a default value which is not in the range of its minimum and maximum values. The next version will handle this as well and limit those value for the given range.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:The available video format is a bitmask of the AnalogVideoStandard enumeration (AnalogVideoStandard Enumeration (Windows)).
I have looked at the xml file and played with the values, but I cannot get it to workCode: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)
The switch is performed too early in the code and it will be fixed in the version, too. Also you need to restart TvServer than.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.You can change those at your own risk, but only if SetupTV and TvServer are stopped.. The TvServer won't override the available video formats as long graph building doesn't fail.
I don't think that this is general required use-case for the majority of the users. :sorry: So probably it will not happen in the near future.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.There are no plans to add the possibility to set the video format per channel as this would slow down the channel change and makes everything more and more complicated.
MisterD