Unplugging USB camera
-
hye, I m Using USB webcam in my project to take live video. If, accidently, I unplug the camera while its grabbing live video frames, my system restarts. I have searched but cant find its solution so far. So plz can any1 tell me how can i fix this problem ?
B!z
-
hye, I m Using USB webcam in my project to take live video. If, accidently, I unplug the camera while its grabbing live video frames, my system restarts. I have searched but cant find its solution so far. So plz can any1 tell me how can i fix this problem ?
B!z
Is it your program that causes windows to restart? Or something else?
My current favourite word is: Bauble!
-SK Genius
-
hye, I m Using USB webcam in my project to take live video. If, accidently, I unplug the camera while its grabbing live video frames, my system restarts. I have searched but cant find its solution so far. So plz can any1 tell me how can i fix this problem ?
B!z
-
Is it your program that causes windows to restart? Or something else?
My current favourite word is: Bauble!
-SK Genius
no its my programme that causes System to restart. and now i m going to look at this proj:http://www.codeproject.com/cs/system/DriveDetector.asp\[^\] for further help. Regards.
B!z
-
Have a look at this project http://www.codeproject.com/cs/system/DriveDetector.asp[^] It can easily be ammended to detect the removal or insertion of any USB device. Use removal notification to end/suspend your video grab.