before i asked virtual webcam issue and receive 2 reply
this -> http://www.osronline.com/showThread.cfm?link=186435
now i have source filter for screen capture bin flie is .ax
but i don’t know how can i register as video device
i try to search on the google but i failed…
You have to register the filter with IFilterMapper2 and then add a
registry key under
CLSID\860BB310-5D01-11d0-BD3B-00A0C911CE86\Instance{a unique id for
your device}
Then you add a String value under your key
CLSID = {The clsid under which you registered your filter}
NB: 860BB310-5D01-11d0-BD3B-00A0C911CE86 == CLSID_VideoInputCategory
On 02.08.2010 12:55, xxxxx@gmail.com wrote:
before i asked virtual webcam issue and receive 2 reply
this -> http://www.osronline.com/showThread.cfm?link=186435
now i have source filter for screen capture bin flie is .ax
but i don’t know how can i register as video device
i try to search on the google but i failed…
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
xxxxx@gmail.com wrote:
now i have source filter for screen capture bin flie is .ax
but i don’t know how can i register as video device
i try to search on the google but i failed…
Your Google search term should be IFilterMapper2::RegisterFilter.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.