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. netcam_highres and picture_output (S Andreason)
   2. css configuration page with 4.2.2 (S Andreason)
   3. Re: css configuration page with 4.2.2 (MrDave)
   4. Re: css configuration page with 4.2.2 (S Andreason)


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

Message: 1
Date: Mon, 14 Sep 2020 12:46:42 -0700
From: S Andreason <sandrea...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] netcam_highres and picture_output
Message-ID: <dd6b6ddf-e522-7ea2-ac1f-529db8235...@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi community,

I've been using motion for 1.8 years, so have some experience. But, 
after upgrading and researching some new issues, I have some unresolved 
questions, and a soft crash to report separately.

The relevant configuration lines are:
netcam_url rtsp://user:pass@192.168.subnet/Streaming/Channels/102
picture_output best
locate_motion_style redbox
which has worked great.

Now when I add:
netcam_highres rtsp://user:pass@192.168.subnet/Streaming/Channels/101
the screenshot from best picture is now from the high res stream, and 
does not include the redbox.
How can I just get the low resolution screenshot with redbox working, 
for the screenshot portion?

Thank you,
Stewart



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

Message: 2
Date: Mon, 14 Sep 2020 13:19:34 -0700
From: S Andreason <sandrea...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] css configuration page with 4.2.2
Message-ID: <7c175f15-3352-b4e5-759b-f37b40334...@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi,
Running motion-4.2.2 with:
webcontrol_parms 2
webcontrol_interface 0

which is the newer css page instead of the older text based html page,
1. When I select the second camera, Action Change Configuration, find 
threshold, and type in a new number,
When I press [Enter] it does not work correctly, but comes back with a 
white page:
http://127.0.0.1:8080/?onames=threshold

Bad Request

The server did not understand your request.


So I have to use the mouse and press [Save] now to get the expected 
result, or press tab first before pressing [Enter]. Not a huge bug, I'll 
agree, but perhaps easy to fix?

2. The settings for
on_event_start

is not present in the drop down box, and my crontab that has events 
based on time of day or day of week, no longer work.

01 11 * * 0 ( cd /dev/shm/ && wget 
http://127.0.0.1:8080/00205/config/set?on_event_start=beep+-f+518+-l+50+-n+-f+777+-l+250
 
)

The resulting file includes:
<p>Bad Request</p>
<p>The server did not understand your request.</p>

I have tried legacy webcontrol, but it also fails to work as before in 4.1.
on_event_start does not appear anymore at:
http://127.0.0.1:8080/205/config/list

Is this intentional or an oversight?


Thank you,
Stewart




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

Message: 3
Date: Mon, 14 Sep 2020 17:23:56 -0600
From: MrDave <motionmrd...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] css configuration page with 4.2.2
Message-ID: <7a982c10-245c-05ba-6ca0-8e8fa3862...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Regarding item 2, it is intentional and appropriate for webcontrol_parms 2

https://motion-project.github.io/motion_config.html#webcontrol_parms


On 9/14/2020 2:19 PM, S Andreason wrote:
> Hi,
> Running motion-4.2.2 with:
> webcontrol_parms 2
> webcontrol_interface 0
>
> which is the newer css page instead of the older text based html page,
> 1. When I select the second camera, Action Change Configuration, find 
> threshold, and type in a new number,
> When I press [Enter] it does not work correctly, but comes back with a 
> white page:
> http://127.0.0.1:8080/?onames=threshold
>
> Bad Request
>
> The server did not understand your request.
>
>
> So I have to use the mouse and press [Save] now to get the expected 
> result, or press tab first before pressing [Enter]. Not a huge bug, 
> I'll agree, but perhaps easy to fix?
>
> 2. The settings for
> on_event_start
>
> is not present in the drop down box, and my crontab that has events 
> based on time of day or day of week, no longer work.
>
> 01 11 * * 0 ( cd /dev/shm/ && wget 
> http://127.0.0.1:8080/00205/config/set?on_event_start=beep+-f+518+-l+50+-n+-f+777+-l+250
>  
> )
>
> The resulting file includes:
> <p>Bad Request</p>
> <p>The server did not understand your request.</p>
>
> I have tried legacy webcontrol, but it also fails to work as before in 
> 4.1.
> on_event_start does not appear anymore at:
> http://127.0.0.1:8080/205/config/list
>
> Is this intentional or an oversight?
>
>
> Thank you,
> Stewart
>
>
>
> _______________________________________________
> 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: Mon, 14 Sep 2020 17:42:13 -0700
From: S Andreason <sandrea...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] css configuration page with 4.2.2
Message-ID: <73ed0357-1926-0dc9-754d-bf706d0be...@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Sure enough, I see that this time. I think on my first read through of 
that page, I mis-interpreted the #3 option. Focused on restricted and 
passwords. Then on my 2nd and 3rd passes during searching, I failed to 
re-parse that line.


MrDave wrote:
> Regarding item 2, it is intentional and appropriate for 
> webcontrol_parms 2
>
> https://motion-project.github.io/motion_config.html#webcontrol_parms
>




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



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

Subject: Digest Footer

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


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

End of Motion-user Digest, Vol 171, Issue 9
*******************************************

Reply via email to