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

  /external/opencv3/modules/videoio/src/
cap_intelperc.hpp 91 class VideoCapture_IntelPerC : public IVideoCapture
94 VideoCapture_IntelPerC();
95 virtual ~VideoCapture_IntelPerC();
cap_intelperc.cpp 544 ///////////////// VideoCapture_IntelPerC //////////////////
546 VideoCapture_IntelPerC::VideoCapture_IntelPerC()
555 VideoCapture_IntelPerC::~VideoCapture_IntelPerC(){}
557 double VideoCapture_IntelPerC::getProperty(int propIdx) const
575 bool VideoCapture_IntelPerC::setProperty(int propIdx, double propVal)
594 bool VideoCapture_IntelPerC::grabFrame()
607 bool VideoCapture_IntelPerC::retrieveFrame(int outputType, cv::OutputArray frame)
622 int VideoCapture_IntelPerC::getCaptureDomain(
    [all...]

Completed in 422 milliseconds