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. Re: How to record a video (Mick Sulley)
   2. Re: How to record a video (chuck elliot)


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

Message: 1
Date: Thu, 4 Jul 2024 15:00:25 +0100
From: Mick Sulley <m...@sulley.info>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] How to record a video
Message-ID: <030202a9-bb9d-4253-9c76-9aafcb261...@sulley.info>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

The target_dir is /home/pi/motionplus/ and the user is 'pi' so there
should not be any permission problems.

Just looking through the log file again, there are hundreds of entries
like -

Jul 04 12:42:51 [INF][ALL][00:ml00:MyCamera] mlp_setupmode: changes
after 'EedDl':???? 0 - labels:?? 0 - noise level: 14
Jul 04 12:42:51 [INF][ALL][00:ml00:MyCamera] mlp_setupmode: Above
message repeats 14 times

I have also found an entry that says

Jul 04 12:42:49 [NTC][ALL][00:ml00:MyCamera] mlp_init: Camera 101
started: motion detection Disabled

I can't find anything in the config file relating to "motion detection
Disabled", how do enable it?

Mick


On 04/07/2024 13:24, Barry Martin wrote:
>
>
> Chuck:
>
>> You don't need a database. Look for
>>
>> movie_output <on/off>
>>
>> in motion.conf
>>
>> "on" should get you videos stored in the directory specified by
>>
>> target_dir </path/to//videos>
>>
>
> Can you write to your storage directory?? Here I use a remote
> directory (on a NAS) and I needed to fiddle with permissions and sharing.
>
>
>
> _______________________________________________
> 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: 2
Date: Thu, 4 Jul 2024 16:31:38 +0100
From: chuck elliot <c.ell...@pobox.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] How to record a video
Message-ID: <8061d15a-c1ec-4b36-98a4-dd92a6468...@pobox.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

maybe try

picture_output on

and

emulate_motion on

see if you can get any output...


On 04/07/2024 3:00 pm, Mick Sulley wrote:
> The target_dir is /home/pi/motionplus/ and the user is 'pi' so there 
> should not be any permission problems. Just looking through the log 
> file again, there are hundreds of entries like - Jul 04 12:42:5
> *DuckDuckGo* did not detect any?trackers. More 
> <https://duckduckgo.com/email/report#RFVDSzI.G3IBABwHdqPP1VgjwfgzErP_1pYqbzIiGiLpRGdPnM-Ch1uy6PQN3mQc6_t9S7PwPJrWR33gUc5NGEFX9CTY3KS7n18Iy5A3hCIJsr3oPOe7m5SqAvBdIQSxDrKc4cwBDUiRCQyUjnkT9P2DehaF1F4hHJ11oIW3A-eLp7yhH47GkIQPA-FgNuJgFFD_ofGh78_UrE8PQ57I_SoI7cn6O6k4MunKLlV1i-hFgrhebWyvQbqTWGPbNlvrd9tfrlPC5T2n2xX9tNGJVLYmoFUVZFhgyypvl-D2vhxCSf8P>
>  
>
>
> Report Spam 
> <https://duckduckgo.com/email/report-spam#RFVDSzI.G3IBABwHdqPP1VgjwfgzErP_1pYqbzIiGiLpRGdPnM-Ch1uy6PQN3mQc6_t9S7PwPJrWR33gUc5NGEFX9CTY3KS7n18Iy5A3hCIJsr3oPOe7m5SqAvBdIQSxDrKc4cwBDUiRCQyUjnkT9P2DehaF1F4hHJ11oIW3A-eLp7yhH47GkIQPA-FgNuJgFFD_ofGh78_UrE8PQ57I_SoI7cn6O6k4MunKLlV1i-hFgrhebWyvQbqTWGPbNlvrd9tfrlPC5T2n2xX9tNGJVLYmoFUVZFhgyypvl-D2vhxCSf8P>
>  
>
>
> The target_dir is /home/pi/motionplus/ and the user is 'pi' so there 
> should not be any permission problems.
>
> Just looking through the log file again, there are hundreds of entries 
> like -
>
> Jul 04 12:42:51 [INF][ALL][00:ml00:MyCamera] mlp_setupmode: changes 
> after 'EedDl':???? 0 - labels:?? 0 - noise level: 14
> Jul 04 12:42:51 [INF][ALL][00:ml00:MyCamera] mlp_setupmode: Above 
> message repeats 14 times
>
> I have also found an entry that says
>
> Jul 04 12:42:49 [NTC][ALL][00:ml00:MyCamera] mlp_init: Camera 101 
> started: motion detection Disabled
>
> I can't find anything in the config file relating to "motion detection 
> Disabled", how do enable it?
>
> Mick
>
>
> On 04/07/2024 13:24, Barry Martin wrote:
>>
>>
>> Chuck:
>>
>>> You don't need a database. Look for
>>>
>>> movie_output <on/off>
>>>
>>> in motion.conf
>>>
>>> "on" should get you videos stored in the directory specified by
>>>
>>> target_dir </path/to//videos>
>>>
>>
>> Can you write to your storage directory?? Here I use a remote 
>> directory (on a NAS) and I needed to fiddle with permissions and sharing.
>>
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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 215, Issue 5
*******************************************

Reply via email to