home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DVB Open-Source code available
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="berni" data-source="post: 4527" data-attributes="member: 10472"><p>Hi,</p><p></p><p>maybe I have some usefull informations about device indentification. All video devices like capture cards, cameras, tuners and so one are wrapped in direct show via a proxy filter. Every device has two names, one friendly name like "Hauppauge xyz" and the display name (@device<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />np:\\?\pci#ven_1131&dev_7146&subsys_1. ...).</p><p></p><p>The friendly name is the same for all devices of the same type/manufacturer. There is no enumeration (#1, #2 ..) for multible devices of the same type. </p><p></p><p>The display name contains more information about a device. This information depends on what interface (PCI, USB, ...) is used. The display name contains, among other things, a device number (e.g. USB device number). So the display name is different for devices of the same type.</p><p></p><p>To find the capture card device for a tuner the registry contains a link between the display names of the two devices. I can't remember the registry keys with this information and I have no TV card available. So I can't give you more information. Start a search with the display name of the capture/tuner device a look for other display names.</p><p></p><p>You can create a DirectShow filter directly with the display name. </p><p></p><p>Bernd</p></blockquote><p></p>
[QUOTE="berni, post: 4527, member: 10472"] Hi, maybe I have some usefull informations about device indentification. All video devices like capture cards, cameras, tuners and so one are wrapped in direct show via a proxy filter. Every device has two names, one friendly name like "Hauppauge xyz" and the display name (@device:pnp:\\?\pci#ven_1131&dev_7146&subsys_1. ...). The friendly name is the same for all devices of the same type/manufacturer. There is no enumeration (#1, #2 ..) for multible devices of the same type. The display name contains more information about a device. This information depends on what interface (PCI, USB, ...) is used. The display name contains, among other things, a device number (e.g. USB device number). So the display name is different for devices of the same type. To find the capture card device for a tuner the registry contains a link between the display names of the two devices. I can't remember the registry keys with this information and I have no TV card available. So I can't give you more information. Start a search with the display name of the capture/tuner device a look for other display names. You can create a DirectShow filter directly with the display name. Bernd [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DVB Open-Source code available
Contact us
RSS
Top
Bottom