Page 1 of 1

Unable to preview camera

PostPosted: Wed Nov 13, 2019 4:13 am
by luiey
I want to create a preview webcam and get the snapshoot of the image. But I cannot initialize the camera. I have built-in notebook web camera and logitech portable web camera. As image below, I have also download sample AForge program to test but it failed. BUT, when using Win10 Camera app, it can show both camera. Any help/clarification to handle this?

Two Cameras Test
Image

Simple Player


Win10 Camera App
HP HD Camera
Image

Logitech
Image

Code snippet follow sample from:
AForge-examples
Video Samples

Re: Unable to preview camera

PostPosted: Wed Nov 13, 2019 8:59 am
by andrew.kirillov
I would suggest debugging with the source code. See how far camera configuration gets, if you get any video frames, etc. Also make sure cameras are not in use by another application.

Re: Unable to preview camera

PostPosted: Sun Jan 05, 2020 11:50 am
by Scott Maxwell
andrew.kirillov wrote:I would suggest debugging with the source code. See how far camera configuration gets, if you get any video frames, etc. Also make sure cameras are not in use by another application.


Faced with a similar problem. How do I know that the camera is not used by another application?