Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV has support for the libgphoto2 library. So you can control and capture images with cameras supported by this library using the cv::VideoCapture class.

For even more functionality and control, you can use libgphoto2 class for capturing and convert the captured images to cv::Mat; it's quite easy.

OpenCV has support for the libgphoto2 library. So you can control and capture images with cameras supported by this library using the cv::VideoCapture class.

For even more functionality and control, you can use libgphoto2 class for capturing and convert the captured images to cv::Mat; it's quite easy.easy. Here are some examples.

Here is the list of supported cameras: http://gphoto.org/proj/libgphoto2/support.php

OpenCV has support for the libgphoto2 library. So you can control and capture images with cameras supported by this library using the cv::VideoCapture class.

For even more functionality and control, you can use libgphoto2 class for capturing and convert the captured images to cv::Mat; it's quite easy. Here are some examples.

Here is the list of supported cameras: http://gphoto.org/proj/libgphoto2/support.php

Just make sure that you have libgphoto2 library installed and OpenCV is built with libgphoto support.

OpenCV has support for the libgphoto2 library. So you can control and capture images with cameras supported by this library using the cv::VideoCapture class.

For even more functionality and control, you can use directly the libgphoto2 class library for capturing and convert the captured images to cv::Mat; it's quite easy. Here are some examples.

Here is the list of supported cameras: http://gphoto.org/proj/libgphoto2/support.php

Just make sure that you have libgphoto2 library installed and OpenCV is built with libgphoto support.