CameraServer: Return MjpegServer from StartAutomaticCapture(VideoSource) (#1544)

This commit is contained in:
Peter Johnson
2019-01-11 16:44:49 -08:00
committed by GitHub
parent 453a9047e4
commit fdf298b172
3 changed files with 7 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ class CameraServer {
*
* @param camera Camera
*/
void StartAutomaticCapture(const cs::VideoSource& camera);
cs::MjpegServer StartAutomaticCapture(const cs::VideoSource& camera);
/**
* Adds an Axis IP camera.