From faabcc381657b412d35513ebe44e5c0fec7bdf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6ritz?= Date: Wed, 11 Sep 2019 18:18:04 +0200 Subject: [PATCH] Added DISCOVERY_REQUEST/RESPONSE --- libipcamera/Camera.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libipcamera/Camera.go b/libipcamera/Camera.go index 85aa2c8..1ab2496 100644 --- a/libipcamera/Camera.go +++ b/libipcamera/Camera.go @@ -34,6 +34,8 @@ const ( LOGIN_ACCEPT = 0x0111 ALIVE_REQUEST = 0x0112 ALIVE_RESPONSE = 0x0113 + DISCOVERY_REQUEST = 0x0114 + DISCOVERY_RESPONSE = 0x0115 START_PREVIEW = 0x01FF REQUEST_FILE_LIST = 0xA025 FILE_LIST_CONTENT = 0xA026