Home
last modified time | relevance | path

Searched refs:CVCapture_Socket (Results 1 – 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
Dcvcap_socket.cpp69 class CVCapture_Socket : public CvCapture class
72 CVCapture_Socket() in CVCapture_Socket() function in CVCapture_Socket
82 virtual ~CVCapture_Socket() in ~CVCapture_Socket()
105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height) in open()
155 void CVCapture_Socket::close() in close()
208 bool CVCapture_Socket::grabFrame() in grabFrame()
277 IplImage* CVCapture_Socket::retrieveFrame() in retrieveFrame()
282 double CVCapture_Socket::getProperty(int id) in getProperty()
288 bool CVCapture_Socket::setProperty(int id, double value) in setProperty()
296 CVCapture_Socket* capture = new CVCapture_Socket; in cvCreateCameraCapture_Socket()