Skip to content

Fix for thumbnail snapshots failing to display on master node

Master node fails to generate snapshot thumbnails from monitor streams because the camera directory in /dev/shm/streams/[groupid] only exists on the child node, not the master, resulting in failure to generate JPEG. Adds check to ensure directory exists before generating JPEG.

Merge request reports