[02/03] dynamic "webcam" creation? :D
hello!
i got an idea but dont know how 2 do it lol...
i want 2 create a "fake" device working as a webcam.
i mean, like on msn i can choose this "device" as the webcam and put videos for my friends to see, if u get me...
like i have another webcam but i can display w/e i want on it.
any ideas welcomed!
ps: i know this need a big messin and classes but plz try 2 help, it wuld b really cool and handy
Re: [02/03] dynamic "webcam" creation? :D
Re: [02/03] dynamic "webcam" creation? :D
yea, exactly, i couldnt explain it better lol
virtual device with the use of webcam but the display is controled by me, put videos etc ;)
thanks for the word lol
Re: [02/03] dynamic "webcam" creation? :D
I could only imagine what this could be used for...lol
Re: [02/03] dynamic "webcam" creation? :D
I don't see this being possible in VB.Net. To do something like this, you are going to have to write a driver, that the system thinks is a web cam. Drivers are usually written in a low level language, like c or c++.