Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

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
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

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


Today's Topics:

   1. dynamic resolution for day and night pi camera (David Pacifico)
   2. Re: dynamic resolution for day and night pi camera
      (Harlan Daneker)
   3. Re: dynamic resolution for day and night pi camera
      (Frank W. Samuelson)
   4. Re: dynamic resolution for day and night pi camera
      (David Pacifico)
   5. Re: dynamic resolution for day and night pi camera
      (David Pacifico)


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

Message: 1
Date: Fri, 27 Jan 2017 12:46:23 -0800
From: "David Pacifico" <dpacif...@cox.net>
Subject: [Motion-user] dynamic resolution for day and night pi camera
To: <motion-user@lists.sourceforge.net>
Message-ID: <002e01d278de$6c5b20b0$45116210$@cox.net>
Content-Type: text/plain; charset="us-ascii"

All,

Does anyone have any idea how to configure motion to dynamically change
resolution from day to night?

v/r

Dave

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

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

Message: 2
Date: Fri, 27 Jan 2017 23:14:38 -0500
From: Harlan Daneker <hdane...@gmail.com>
Subject: Re: [Motion-user] dynamic resolution for day and night pi
        camera
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <cac1wkiteewk0ftfvm2stagpkp-5y1varrqgfk_3zek9gls3...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

You would have to write a script to change your config file and restart
motion. It would have to run from a cron job. That's the only way I know.

On Fri, Jan 27, 2017 at 3:46 PM, David Pacifico <dpacif...@cox.net> wrote:

> All,
>
> Does anyone have any idea how to configure motion to dynamically change
> resolution from day to night?
>
> v/r
>
> Dave
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> 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...

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

Message: 3
Date: Sat, 28 Jan 2017 09:44:33 -0500 (EST)
From: "Frank W. Samuelson" <fr...@merrill-samuelson.com>
Subject: Re: [Motion-user] dynamic resolution for day and night pi
        camera
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        
<alpine.lrh.2.20.1701280935350.18...@pool-100-15-93-170.washdc.fios.verizon.net>
        
Content-Type: text/plain; format=flowed; charset=US-ASCII


Could you write two configuration threads for the same 
device at different resolutions?  Then in the AM the cron 
job would stop one thread, and start the other.  A PM cron 
job would do the opposite.
wget http://localhost:port/1/pause
wget http://localhost:port/2/start

I do not know if this would work, but you could try it.

On Fri, 27 Jan 2017, Harlan Daneker wrote:

> You would have to write a script to change your config file and restart
> motion. It would have to run from a cron job. That's the only way I know.
>
> On Fri, Jan 27, 2017 at 3:46 PM, David Pacifico <dpacif...@cox.net> wrote:
>
>> All,
>>
>> Does anyone have any idea how to configure motion to dynamically change
>> resolution from day to night?
>>
>> v/r
>>
>> Dave
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>>
>



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

Message: 4
Date: Sat, 28 Jan 2017 15:20:40 -0800
From: "David Pacifico" <dpacif...@cox.net>
Subject: Re: [Motion-user] dynamic resolution for day and night pi
        camera
To: "'Frank W. Samuelson'" <fr...@merrill-samuelson.com>,       "'Motion
        discussion list'" <motion-user@lists.sourceforge.net>
Message-ID: <00c301d279bd$2404a630$6c0df290$@cox.net>
Content-Type: text/plain;       charset="us-ascii"

I like it 
I will give it a go 
Thank you

-----Original Message-----
From: Frank W. Samuelson [mailto:fr...@merrill-samuelson.com] 
Sent: Saturday, January 28, 2017 6:45 AM
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] dynamic resolution for day and night pi camera


Could you write two configuration threads for the same device at different
resolutions?  Then in the AM the cron job would stop one thread, and start
the other.  A PM cron job would do the opposite.
wget http://localhost:port/1/pause
wget http://localhost:port/2/start

I do not know if this would work, but you could try it.

On Fri, 27 Jan 2017, Harlan Daneker wrote:

> You would have to write a script to change your config file and 
> restart motion. It would have to run from a cron job. That's the only way
I know.
>
> On Fri, Jan 27, 2017 at 3:46 PM, David Pacifico <dpacif...@cox.net> wrote:
>
>> All,
>>
>> Does anyone have any idea how to configure motion to dynamically 
>> change resolution from day to night?
>>
>> v/r
>>
>> Dave
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most 
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot 
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>>
>

----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user
https://motion-project.github.io/

Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user




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

Message: 5
Date: Sat, 28 Jan 2017 15:22:00 -0800
From: "David Pacifico" <dpacif...@cox.net>
Subject: Re: [Motion-user] dynamic resolution for day and night pi
        camera
To: "'Motion discussion list'" <motion-user@lists.sourceforge.net>
Message-ID: <00c501d279bd$5389df10$fa9d9d30$@cox.net>
Content-Type: text/plain; charset="utf-8"

Working on the cron job 

Thank you

For the great idea

 

From: Harlan Daneker [mailto:hdane...@gmail.com] 
Sent: Friday, January 27, 2017 8:15 PM
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] dynamic resolution for day and night pi camera

 

You would have to write a script to change your config file and restart motion. 
It would have to run from a cron job. That's the only way I know.

 

On Fri, Jan 27, 2017 at 3:46 PM, David Pacifico <dpacif...@cox.net 
<mailto:dpacif...@cox.net> > wrote:

All,

Does anyone have any idea how to configure motion to dynamically change 
resolution from day to night?

v/r

Dave


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net <mailto:Motion-user@lists.sourceforge.net> 
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...

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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

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

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


End of Motion-user Digest, Vol 128, Issue 5
*******************************************

Reply via email to