Read raw webcam data
hi opencv fans,
I am new to opencv and I am happy that I have found this project. Who can tell me if and how to read raw pixel data from a webcamera.
thx Alex
Asked: 2014-08-19 16:28:51 -0600
Seen: 1,296 times
Last updated: Aug 20 '14
autogain. how to disable autogain and set a fixed value
Computer Vision - Craps Coach Project from a Newbie
Camera is not working in OpenCV on Ubuntu 12.04 with version 2.3.1 or 2.4.2
How to set resolution of video capture in python with Logitech c910 & c920
VideoCapture open and source switching problems [closed]
VideoCapture parameters CV_CAP_PROP_FOURCC or CV_CAP_PROP_FPS, among others, not working
Get 50% faulty pictures from webcam using VideoCapture
byte array raw to Jpeg using GPU
Welcome to the open source community and OpenCV community in particular! To gain comprehensive details, I would suggest to go through OpenCV tutorials. They're easy and very informative. If you have a problem with a particular part of the tutorial, share your problem on OpenCV Answers. http://docs.opencv.org/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html#table-of-content-introduction
What exactly do you mean by raw?
@thdrksdfthmn: I was confused too! Does raw mean the raw images? webcamera does support raw images. Or, does it mean the pixel value of the matrix? But I think @ademmler is asking how to get the frames from the webcamera (although they're not raw data).