OpenCV with GigE Vision Cameras -
I need to use OpenCV with a GigE Vision Ethernet camera, but I have very useful information on how to do this Can not find, any signal, document, and example code?
I need to read the frame from the camera.
Giga-e is a communication standard for a wide range of cameras. OpenCV includes a cover for now based cameras (see CV_CAP_PVAPI)
But generally it is better to use the camera's original API to get the data and then OpenCV will use a returned data To convert to an image, a number of OpenCV Bayer pattern -> RGB routine.
The CVSpecert module is convenient for testing because it can be read without any camera or file - but it is not really suitable for real-time high-speed vision
Comments
Post a Comment