You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it is possible to create the api for enable disable detect, recordings and snapshots like the MQTT version? frigate/<camera_name>/detect/set frigate/<camera_name>/recordings/set frigate/<camera_name>/snapshots/set frigate/<camera_name>/detect/state frigate/<camera_name>/recordings/state frigate/<camera_name>/snapshots/state
Furthermore, why the http API doesn't have a security system like jwt token?
Thanks!
The text was updated successfully, but these errors were encountered:
This can be done via websocket as well as mqtt. http isn't really a good place for it because it does not contain the current state as well as the state that has been set.
Hi, it is possible to create the api for enable disable detect, recordings and snapshots like the MQTT version?
frigate/<camera_name>/detect/set
frigate/<camera_name>/recordings/set
frigate/<camera_name>/snapshots/set
frigate/<camera_name>/detect/state
frigate/<camera_name>/recordings/state
frigate/<camera_name>/snapshots/state
Furthermore, why the http API doesn't have a security system like jwt token?
Thanks!
The text was updated successfully, but these errors were encountered: