|
-
October 6th, 2009, 02:09 AM
#1
Preventing Camera Driver Deadlock
I have a Creative Web cam. I want to access it's driver using multiple applications at the same instance. Is there anyway possible? Do I have to code a new driver which can mask this driver to prevent its deadlock ? Has anyone tried this using CPP?
Please Help !
-
October 6th, 2009, 04:52 AM
#2
Re: Preventing Camera Driver Deadlock
Does the driver limits the connections to the cam?
-
October 6th, 2009, 07:34 AM
#3
Re: Preventing Camera Driver Deadlock
As per my knowledge, webcams allow only one application to take control.
-
October 8th, 2009, 01:02 AM
#4
Re: Preventing Camera Driver Deadlock
I don't think its 'impossible' to prevent locking of camera driver. Because there is an application called 'Screencamera' which is basically a desktop sharing application but it has its own driver through which we can connect to other webcams & using its (Screencamera driver) we can access the webcam any number of times simultaneously.
-
October 8th, 2009, 09:03 AM
#5
Re: Preventing Camera Driver Deadlock
...application but it has its own driver through which we can connect to other webcams & using its (Screencamera driver) we can access the webcam any number of times simultaneously.
You have one webcam or multiple. With some driver software we can definitely access multiple cameras, from multiple applications.
-
October 8th, 2009, 12:57 PM
#6
Re: Preventing Camera Driver Deadlock
I have only a single webcam & want to access simultaneously
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|