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: Snapshots are of the lower resolution stream? (Steven Haigh)
2. Re: Pictures in separate directory (Tony Ross)
3. Re: Pictures in separate directory (denon.carbunkle)
----------------------------------------------------------------------
Message: 1
Date: Sat, 11 Jun 2022 00:14:23 +1000
From: Steven Haigh <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Snapshots are of the lower resolution
stream?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
I applied this patch in a testing docker build.
Once I turned off "movie_passthrough", I started getting snapshots at
the full resolution.
Thanks.
I guess this should probably be merged into the codebase at some
point...
--
Steven Haigh
? [email protected] <mailto:[email protected]>
? https://www.crc.id.au <https://www.crc.id.au/>
On Fri, Jun 10 2022 at 10:14:55 +0300, tosiara <[email protected]>
wrote:
> Are comfortable in compiling motion? Can you try the solution in that
> github ticket?
>
> On Thu, Jun 9, 2022 at 5:10 PM Steven Haigh via Motion-user
> <[email protected]
> <mailto:[email protected]>> wrote:
>> Hi all,
>>
>> I'm using the following config:
>>
>> netcam_url
>> rtmp://172.31.1.245/bcs/channel0_ext.bcs?channel=0&stream=2&user=user&password=pass
>>
>> <http://172.31.1.245/bcs/channel0_ext.bcs?channel=0&stream=2&user=user&password=pass>
>> netcam_params framerate=30,capture_rate=30
>> width=896
>> height=672
>>
>> netcam_high_url
>> rtmp://172.31.1.245/bcs/channel0_main.bcs?channel=0&stream=0&user=user&password=pass
>>
>> <http://172.31.1.245/bcs/channel0_main.bcs?channel=0&stream=0&user=user&password=pass>
>> netcam_high_params framerate=15,capture_rate=15
>>
>> ....
>>
>> snapshot_interval 1
>> snapshot_filename %Y%m%d%H%M%S-%q
>>
>> The snapshots that get saved to disk are:
>> 20220609234203-00.jpg: JPEG image data, JFIF standard 1.01, aspect
>> ratio, density 1x1, segment length 16, Exif Standard: [TIFF image
>> data, big-endian, direntries=3, datetime=2022:06:09 23:42:03],
>> baseline, precision 8, 896x672, components 3
>>
>> I'm not sure if this is a resized image from the high res stream -
>> or if they're being saved from the low res stream...
>>
>> I saw this Issue reported:
>> <https://github.com/Motion-Project/motion/issues/1442>
>>
>> I'm not sure if its related - but the files I see don't seem to be
>> corrupt, but they are certainly of the smaller resolution.
>>
>> I have tried this with movie_passthrough both on and off - as I
>> don't save any pictures or movies - I'm only doing snapshot output
>> of 1fps. Both configurations end up with the same sized output - but
>> motion seems to use a *LOT* less CPU when movie_passthrough is
>> turned on.
>>
>> I feel this is a bug, and snapshots should save from the high
>> resolution screen.
>>
>> Has anyone come across this?
>> --
>> Steven Haigh
>>
>> ? [email protected] <mailto:[email protected]>
>> ? https://www.crc.id.au <https://www.crc.id.au/>
>> _______________________________________________
>> Motion-user mailing list
>> [email protected]
>> <mailto:[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...
------------------------------
Message: 2
Date: Fri, 10 Jun 2022 08:50:16 -0700
From: Tony Ross <[email protected]>
To: [email protected]
Subject: Re: [Motion-user] Pictures in separate directory
Message-ID:
<mw4pr04mb7315fae21055829a95988783de...@mw4pr04mb7315.namprd04.prod.outlook.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
On 6/9/22 12:21, denon.carbunkle wrote:
>
> Right now I have my *target_dir* set to the location to save my
> movies, but is there a way to save the picture files into a separate
> directory? I would like to keep them separate.
>
Sure, just provide the path name in the camera'sconf file. It can be
relative to target_dir or absolute to the file system:
# File name(without extension) for pictures relative to target directory
picture_filename /home/me/stills/%Y%m%d-%H:%M:%S
# File name(without extension) for movies relative to target directory
movie_filename videos/%Y%m%d-%H:%M:%S
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Fri, 10 Jun 2022 10:01:48 -0700
From: "denon.carbunkle" <[email protected]>
To: Motion discussion list <[email protected]>, MrDave
<[email protected]>
Subject: Re: [Motion-user] Pictures in separate directory
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
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 192, Issue 12
********************************************