add Disconnect to Close
parent
84db1be31d
commit
64d5f180c8
|
@ -58,7 +58,7 @@ public:
|
|||
int Capture( Image &image );
|
||||
int PostCapture();
|
||||
int CaptureAndRecord( Image &image, timeval recording, char* event_directory ) {return 0;};
|
||||
int Close() { return 0; };
|
||||
int Close() { Disconnect(); return 0; };
|
||||
};
|
||||
|
||||
#endif // ZM_REMOTE_CAMERA_HTTP_H
|
||||
|
|
Loading…
Reference in New Issue