Send Motion-user mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Re: Webcontrol HTML file? (Alan Clifford)
   2. Using Motion to wake Screensaver (Kc Hundere)
   3. Re: Using Motion to wake Screensaver (Alan Clifford)
   4. Re: Using Motion to wake Screensaver (tosiara)


----------------------------------------------------------------------

Message: 1
Date: Tue, 2 Feb 2021 13:22:34 +0000 (GMT)
From: Alan Clifford <[email protected]>
To: [email protected]
Subject: Re: [Motion-user] Webcontrol HTML file?
Message-ID: <[email protected]>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed


I created a website to view the photos created by motion but don't use it 
to manipulate them.

http://nivalis.clifford.ac/motion/index.html

I also have a simple "wrapper" page around the motion feed.

http://nivalis.clifford.ac/motion/motionindex.html

Alan
-- 

Rainer wrote to Alan Clifford
[at 07:52 (-0500) on Tuesday, 2nd February, 2021]:

> Hey Alan,
>
> as you installed Apache, did you use it for a similar purpose, to view and 
> manipulate the mkv files created by motion?
> Rainer
>
> On 2/2/21 7:44 AM, Alan Clifford wrote:
>> 
>> I installed apache on my Raspberry Pi.
>> 
>> Alan
>
>



------------------------------

Message: 2
Date: Tue, 2 Feb 2021 09:26:56 -0700
From: Kc Hundere <[email protected]>
To: [email protected]
Subject: [Motion-user] Using Motion to wake Screensaver
Message-ID:
        <CANVV=vvcmt5mfrv_lbv49+w_maeeakkmw934uguk+b7ftye...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

'm working on using a pi/official 7" touch screen with chromium-browser in
kiosk mode to run screens to control my Home Automation system. I am trying
to configure the pi camera with motion to wake the screen saver instead of
touching the screen but am having no luck making it happen.

>From the command line via ssh , I can issue the command *DISPLAY=:0.0 xset
dpms force on* to wake the screensaver, but it does not work issuing the
command from either the on_event_start trigger or the or the
on_motion_detected trigger. I have tried the command directly from
motion.conf as well as including it in a bash script. Both methods work
from the command line, but not from motion.

It is not a permissions issue. I have a directory with the the ownership
motion:motion that house the scripts, and if I change the value of the
trigger to *>/motion/trigger* it will dutifully create an empty file in
that directory.

Can anyone shed any new light to this issue?

--
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Tue, 2 Feb 2021 17:03:54 +0000 (GMT)
From: Alan Clifford <[email protected]>
To: [email protected]
Subject: Re: [Motion-user] Using Motion to wake Screensaver
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"


Just guessing I'm afraid.

Could be you are loosing that environment variable

export DISPLAY=:0.0
xset dpms force on
sleep 10 # give it time to happen before exiting the bash script

Or maybe it could be the path to xset is not in the environment when 
called from motion. So put in the path to xset.  I don't have it installed 
on my pi's so I don't know what it is.

/full/path/to/xset dpms force on



Alan
-- 

Kc Hundere wrote to [email protected]
[at 09:26 (-0700) on Tuesday, 2nd February, 2021]:

> 
> 'm working on using a pi/official 7" touch screen with chromium-browser in 
> kiosk mode to run
> screens to control my Home Automation system. I am trying to configure the pi 
> camera with motion to
> wake the screen saver instead of touching the screen but am having no luck 
> making it happen.
> 
> From the command line via ssh , I can issue the command?DISPLAY=:0.0 xset 
> dpms force on?to wake the
> screensaver, but it does not work issuing the command from either 
> the?on_event_start?trigger or the
> or the?on_motion_detected?trigger. I have tried the command directly from 
> motion.conf as well as
> including it in a bash script. Both methods work from the command line, but 
> not from motion.
> 
> It is not a permissions issue. I have a directory with the the 
> ownership?motion:motion?that house
> the scripts, and if I change the value of the trigger to?>/motion/trigger?it 
> will dutifully create
> an empty file in that directory.
> 
> Can anyone shed any new light to this issue?
> 
> 
> -- 
> 
>

------------------------------

Message: 4
Date: Tue, 2 Feb 2021 19:05:28 +0200
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Using Motion to wake Screensaver
Message-ID:
        <CACHTdwSBxULD=mn96bntmco1xx-wdmu8ny5ccchxsvi5qkd...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Use latest 4.3.2 version and run motion with -d 9 logging to see if your
script is being executed

On Tue, Feb 2, 2021, 18:28 Kc Hundere <[email protected]> wrote:

> 'm working on using a pi/official 7" touch screen with chromium-browser in
> kiosk mode to run screens to control my Home Automation system. I am trying
> to configure the pi camera with motion to wake the screen saver instead of
> touching the screen but am having no luck making it happen.
>
> From the command line via ssh , I can issue the command *DISPLAY=:0.0
> xset dpms force on* to wake the screensaver, but it does not work issuing
> the command from either the on_event_start trigger or the or the
> on_motion_detected trigger. I have tried the command directly from
> motion.conf as well as including it in a bash script. Both methods work
> from the command line, but not from motion.
>
> It is not a permissions issue. I have a directory with the the ownership
> motion:motion that house the scripts, and if I change the value of the
> trigger to *>/motion/trigger* it will dutifully create an empty file in
> that directory.
>
> Can anyone shed any new light to this issue?
>
> --
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 176, Issue 7
*******************************************

Reply via email to