mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Integration with motion api and status reflection on motioneye #1710
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#1710
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gerasimone on GitHub (Jul 14, 2020).
version : latest pip 0.42.1
installed as a package or compiled from sources: yum rpm for motion and pip for motioneye.
standalone or part of third party: standalone
video stream source: net cam rtsp
hardware: x64
operating system : Centos 7
I don't understand how to use the motion api rest for control cameras and how they reflect on motioneye status.
I have a camera that is turned on only when alarm is activated, so if I leave always enabled in motioneye got a lot of errors in system log, so i try to disable the cam with the motion api rest:
and the errors stop flloging in the log, but when the camera restart, i want to restart the motion processing with:
but motioneye never see the changes.
In the same way, if I stop the motion detection with api rest, motioneye never update the input toggle
Could someone explain how to use in the proper way?
thanks
@fabiosoft commented on GitHub (Jul 23, 2020):
Same issue, but with motion status START/PAUSE. I think one way is to monitor
/statusendpoint@Ricky0351 commented on GitHub (Mar 10, 2021):
hello, I have the same issue (deactivating camera with http request, or deactivating motion detection also with http request, but the status doesn't change in motioneye gui interface). Have you find a solution to solve the problem? thank you