Fix netcam log message camera name

This commit is contained in:
Mr-Dave
2024-04-26 19:19:52 -06:00
parent ef27283d09
commit 3df6fb74be

View File

@@ -106,7 +106,7 @@ struct ctx_netcam {
bool passthrough; /* Boolean for whether we are doing pass-through processing */
char *path; /* The connection string to use for the camera */
char service[5]; /* String specifying the type of camera http, rtsp, v4l2 */
char service[6]; /* String specifying the type of camera http, rtsp, v4l2 */
char camera_name[PATH_MAX]; /* The name of the camera as provided in the config file */
char cameratype[30]; /* String specifying Normal or High for use in logging */
ctx_imgsize imgsize; /* The image size parameters */