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

Implement presets #6

Closed victor-david closed 4 years ago

victor-david commented 4 years ago

Cameras that move (all such?) have ability to preset a position. Currently not implemented. Investigate.

victor-david commented 4 years ago

7622f9099276d12c95face52e2b3dbdf1a0bd31e implements the ability to have a plugin that can set, clear, and go to a preset position. Currently implemented in the Amcrest plugin.

victor-david commented 4 years ago

81f89921c7b44469b485ae67484b06645af91475 implements presets in the Foscam plugin. Performs set and go to, but doesn't do clear preset. According to the Foscam SDK, clearing a preset isn't an option. May need to investigate, but closing for now.