Top "Webcam" questions

A webcam is a video camera that feeds its images in real time to a computer or computer network, often via USB, ethernet, or Wi-Fi.

Sending camera video from browser to server

Im trying out the new and exciting features of chrome canary 19. I can basically grab the video from the web-cam …

html client-server webcam html5-video
Get unique serial number of USB device mounted to /dev folder

I attach 2 webcam to computer and it was listed in /dev folder: /dev/video0; /dev/video1. Can you help me …

linux ubuntu webcam serial-number
VideoCapture.open(0) won't recognize pi cam

I have been working with my Raspberry Pi 2B for a while now. Testing the Pi cam using raspistill works …

opencv raspberry-pi webcam video-capture raspberry-pi2
Save video captured from webcam using Flash

I'd like to use Flash to capure video from the user's webcam and then save it on the same server …

flash actionscript-3 video webcam
How to display webcam images captured with Emgu?

I'm currently working on a project that use Facial Recognition. I therefore need a way to display the webcam images …

c# wpf image webcam
Kinect as a webcam with MS SDK

Is there any posibility of using Kinect as a WebCam? I know that I can do that with KinectCam.ax, …

camera driver webcam kinect
Opencv Error on Ubuntu Webcam (Logitech C270) Capture -> HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP

this erorr message appears on running simple camera capture on Ubuntu with logitech C270 (OpenCV 2.4.2/C++): HIGHGUI ERROR: V4L/…

opencv webcam capture
Facial expression recognition from webcam

I am currently working on a project where I have to extract the facial expression of a user (only one …

opencv expression webcam face-detection feature-detection
Select Timeout error in Ubuntu - Opencv

I am trying to set OpenCv up for my final year project and have run into a couple of problems. …

c++ c ubuntu opencv webcam
How to stream webcam feed on web page using react js component?

I am new to reactJS and trying to build a component. I want to build a basic utility where I …

javascript html reactjs video-streaming webcam