mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
VideoCapture with digital camera and gPhoto2 library
This commit is contained in:
@@ -186,6 +186,9 @@ namespace cv
|
||||
|
||||
Ptr<IVideoCapture> createMotionJpegCapture(const String& filename);
|
||||
Ptr<IVideoWriter> createMotionJpegWriter( const String& filename, double fps, Size frameSize, bool iscolor );
|
||||
|
||||
Ptr<IVideoCapture> createGPhoto2Capture(int index);
|
||||
Ptr<IVideoCapture> createGPhoto2Capture(const String& deviceName);
|
||||
};
|
||||
|
||||
#endif /* __VIDEOIO_H_ */
|
||||
|
||||
Reference in New Issue
Block a user