diff --git a/src/zm_camera.h b/src/zm_camera.h index 5d54919f1..9f901e17f 100755 --- a/src/zm_camera.h +++ b/src/zm_camera.h @@ -74,7 +74,7 @@ public: bool CanCapture() const { return( capture ); } - bool SupportsNativeVideo() const { return( type == FFMPEG_SRC ); } + bool SupportsNativeVideo() const { return( (type == FFMPEG_SRC )||(type == REMOTE_SRC)); } virtual int PrimeCapture() { return( 0 ); } virtual int PreCapture()=0;