This commit is contained in:
Isaac Connor
2019-09-20 08:19:57 -04:00
parent 09533c19af
commit ce37fce99c

View File

@@ -1068,12 +1068,12 @@ int RemoteCameraHttp::PreCapture() {
}
if ( mode == SINGLE_IMAGE ) {
if ( SendRequest() < 0 ) {
Error( "Unable to send request" );
Error("Unable to send request");
Disconnect();
return( -1 );
return -1;
}
}
return( 0 );
return 0;
}
int RemoteCameraHttp::Capture( Image &image ) {