mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
videoio: added '.getBackendName()' method
This commit is contained in:
@@ -403,6 +403,8 @@ public:
|
||||
}
|
||||
~MotionJpegWriter() { close(); }
|
||||
|
||||
virtual int getCaptureDomain() const CV_OVERRIDE { return cv::CAP_OPENCV_MJPEG; }
|
||||
|
||||
void close()
|
||||
{
|
||||
if( !container.isOpenedStream() )
|
||||
|
||||
Reference in New Issue
Block a user