Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video recording action button(s) #2650

Open
evandene opened this issue Nov 24, 2022 · 1 comment
Open

Video recording action button(s) #2650

evandene opened this issue Nov 24, 2022 · 1 comment

Comments

@evandene
Copy link

evandene commented 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:

  • Offering Recording ON icon including action
  • Offering Recording OFF icon including action
  • Red light somewhere around the screen when recording is active

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
Copy link
Collaborator

zagrim commented Nov 25, 2022

Requested sooo many times already and #229 is tracking this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants