HomeSort by relevance Sort by last modified time
    Searched defs:IVideoCapture (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videoio/
precomp.hpp 164 class IVideoCapture
167 virtual ~IVideoCapture() {}
187 Ptr<IVideoCapture> createMotionJpegCapture(const String& filename);
190 Ptr<IVideoCapture> createGPhoto2Capture(int index);
191 Ptr<IVideoCapture> createGPhoto2Capture(const String& deviceName);
  /external/opencv3/modules/videoio/src/
precomp.hpp 164 class IVideoCapture
167 virtual ~IVideoCapture() {}
187 Ptr<IVideoCapture> createMotionJpegCapture(const String& filename);
190 Ptr<IVideoCapture> createGPhoto2Capture(int index);
191 Ptr<IVideoCapture> createGPhoto2Capture(const String& deviceName);

Completed in 58 milliseconds