victor-david / camera-eye

.Net Core 3.1 WPF Windows application to view and manipulate multiple IP cameras. Handles RTSP and MJPEG streams. Provides ability to pan and tilt the cameras. Uses plugins to deal with specific camera makes / models.
GNU General Public License v3.0
22 stars 3 forks source link

Camera control block appears when plugin doesn't support motion #7

Closed victor-david closed 4 years ago

victor-david commented 4 years ago

When a plugin doesn't support ICameraMotion, the camera control block rolls up at the bottom of the video anyway. The block is empty (movement controls are hidden), but the block shouldn't come up at all.

victor-david commented 4 years ago

331de375ac6becc49d171b4bc57ca180cef7f85d fixes.