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. competing notices on camera size (Ted Timmons)
   2. Re: competing notices on camera size (Mike Wilson)


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

Message: 1
Date: Fri, 17 May 2019 15:32:08 -0700
From: Ted Timmons <t...@perljam.net>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: [Motion-user] competing notices on camera size
Message-ID:
        <cak7gbh879jy5ct1mpogkwkhmdrjznckxn6gpb3283e2x0yd...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

I see the following messages on startup. Note they effectively
disagree with each other. I'm including a readable version, at the
bottom of the email is the unredacted version. Given the "modulo 8"
comes across as CRT and the second message is just NTC, I assume I
should use the modulo values of 320x184 and just ignore the second
warning, right?

motion_init: Camera 1 started: motion detection Enabled
motion_init: Image height (180) requested is not modulo 8.
motion_init: Adjusting height to next higher multiple of 8 (184).
(a few seconds later)
netcam_rtsp_ntc: The network camera is sending pictures in a different
netcam_rtsp_ntc: size than specified in the configuration file.
netcam_rtsp_ntc: The picture is being transcoded into the size
netcam_rtsp_ntc: requested in the configuration.  If possible change
netcam_rtsp_ntc: netcam or configuration to indicate the same size
netcam_rtsp_ntc: to possibly lower CPU usage.
netcam_rtsp_ntc: Netcam: 320 x 180 => Config: 320 x 184


Full version (eg with the log prefixes)


[1:ml1:driveway] [NTC] [ALL] [May 17 15:17:13] motion_init: Camera 1
started: motion detection Enabled
[1:ml1:driveway] [CRT] [NET] [May 17 15:17:13] motion_init: Image
height (180) requested is not modulo 8.
[1:ml1:driveway] [CRT] [NET] [May 17 15:17:13] motion_init: Adjusting
height to next higher multiple of 8 (184).
(a few seconds later)
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: The
network camera is sending pictures in a different
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: size
than specified in the configuration file.
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: The
picture is being transcoded into the size
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc:
requested in the configuration.  If possible change
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: netcam
or configuration to indicate the same size
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: to
possibly lower CPU usage.
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc:
Netcam: 320 x 180 => Config: 320 x 184
[1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc:
******************************************************



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

Message: 2
Date: Sat, 18 May 2019 11:44:59 +0200
From: Mike Wilson <knobby2...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] competing notices on camera size
Message-ID:
        <caaveucqqgrym90nuivcfmj6tkh8kn2lzyswedyhmdzpg-o1...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I agree with your assessment. There will be a performance impact, but I
would imagine it will be minimal at that resolution. The best option is to
have the camera stream with a resolution divisible evenly by 8, but that
might not be possible.

On Sat, May 18, 2019 at 1:02 AM Ted Timmons <t...@perljam.net> wrote:

> I see the following messages on startup. Note they effectively
> disagree with each other. I'm including a readable version, at the
> bottom of the email is the unredacted version. Given the "modulo 8"
> comes across as CRT and the second message is just NTC, I assume I
> should use the modulo values of 320x184 and just ignore the second
> warning, right?
>
> motion_init: Camera 1 started: motion detection Enabled
> motion_init: Image height (180) requested is not modulo 8.
> motion_init: Adjusting height to next higher multiple of 8 (184).
> (a few seconds later)
> netcam_rtsp_ntc: The network camera is sending pictures in a different
> netcam_rtsp_ntc: size than specified in the configuration file.
> netcam_rtsp_ntc: The picture is being transcoded into the size
> netcam_rtsp_ntc: requested in the configuration.  If possible change
> netcam_rtsp_ntc: netcam or configuration to indicate the same size
> netcam_rtsp_ntc: to possibly lower CPU usage.
> netcam_rtsp_ntc: Netcam: 320 x 180 => Config: 320 x 184
>
>
> Full version (eg with the log prefixes)
>
>
> [1:ml1:driveway] [NTC] [ALL] [May 17 15:17:13] motion_init: Camera 1
> started: motion detection Enabled
> [1:ml1:driveway] [CRT] [NET] [May 17 15:17:13] motion_init: Image
> height (180) requested is not modulo 8.
> [1:ml1:driveway] [CRT] [NET] [May 17 15:17:13] motion_init: Adjusting
> height to next higher multiple of 8 (184).
> (a few seconds later)
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: The
> network camera is sending pictures in a different
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: size
> than specified in the configuration file.
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: The
> picture is being transcoded into the size
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc:
> requested in the configuration.  If possible change
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: netcam
> or configuration to indicate the same size
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc: to
> possibly lower CPU usage.
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc:
> Netcam: 320 x 180 => Config: 320 x 184
> [1:ml1:driveway] [NTC] [NET] [May 17 15:17:17] netcam_rtsp_ntc:
> ******************************************************
>
>
> _______________________________________________
> 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...

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



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

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 155, Issue 12
********************************************

Reply via email to