mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Video recording action button(s) #2330
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#2330
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 @evandene on GitHub (Nov 24, 2022).
can somebody help me with this one.
My question(s) are at the bottom of this message.
I run MotionEye on an RPI zero 2W and and on an BPI M2 Zero and all runs very smooth.
I have created two buttons at the right bottom of the screen, "light_on_1" and "light_off_1" who do Start Motion Detection" and "Stop Motion Detection". See picture.
In that way I can manually start and stop movie recording. All works very well. No problem at all.
The script "light_on_1" is as follows:
#!/bin/sh
curl "http://localhost:7999/1/config/set?emulate_motion=1"
The script "light_off_1" is as follows:
#!/bin/sh
curl "http://localhost:7999/1/config/set?emulate_motion=0"
Please note: Motioneye does not allow the scripts having a file extention, so just "light_on_1" and "light_off_1". The files do need to be in /etc/motioneye and made executable with chmod +x light_on_1 and the same with the other file.
Question:
Would it be possible for the development team for:
PS: the below command line input does the job also:
wget -O- "http://:7999/1/detection/start" >/dev/null
wget -O- "http://:7999/1/detection/pause" >/dev/null
@zagrim commented on GitHub (Nov 25, 2022):
Requested sooo many times already and #229 is tracking this.