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: Camera Feed Freezes (George Brough)
   2. Re: Debian Stretch, Motion and Raspberry Camera (RuZzInE)


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

Message: 1
Date: Tue, 05 Sep 2017 17:19:53 +0000
From: George Brough <georgebro...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Camera Feed Freezes
Message-ID:
        <cajgm8sqxrjgh_kyo7egfmfqfq+4ve9azf-8xuj3myrh_onl...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

It seems that upgrading from 3.x to 4.0.1 has solved the problem.

Thanks for your help

For future reference

Upgrade to Motion@4.0.1-1 fixed the issue: https://github.com/Motion
-Project/motion/releases

wget 
https://github.com/Motion-Project/motion/releases/download/release-4.0.1/xenial_motion_4.0.1-1_amd64.deb
sudo dpkg -i xenial_motion_4.0.1-1_amd64.deb
sudo systemctl restart motioneye



On Thu, 17 Aug 2017 at 14:59 tosiara <tosi...@gmail.com> wrote:

> You should see errors logged by motion when connection breaks
>
> On Thu, Aug 17, 2017 at 4:40 PM, George Brough <georgebro...@gmail.com>
> wrote:
>
>> Thanks for your message!
>>
>> The camera is rtsp.
>>
>> Both the camera and the motioneye server are wireless so connectivity
>> issues are a real possibility. Previously motion seemed to realise the
>> camera has been lost.
>>
>> I'll give stand alone a go, how will I know that the image has frozen? Or
>> would I just let it run for a while and see if any clues appear in the logs?
>>
>> Thanks
>>
>> On Tue, 15 Aug 2017, 4:58 pm tosiara <tosi...@gmail.com> wrote:
>>
>>> Is your camera mjpeg or rtsp?
>>> Picture may freeze when motion fails to get new picture, like
>>> connectivity issue
>>>
>>> Running motion standalone with verbose logging may help
>>>
>>> On Aug 15, 2017 9:56 AM, "George Brough" <georgebro...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I'm seeing frequent freezing of my camera feed in MotionEye (running in
>>>> Ubuntu), this is obvious because there are two time stamps, one provided by
>>>> motion eye, the other by the camera it's self.  The feed in motion eye
>>>> shows the last frame, the last time stamp from the camera, and the current
>>>> time from motion eye (still updating each second).  If I login to the
>>>> cameras web interface the feed is still live.
>>>>
>>>> I was using this camera with MotionEyeOS previously, without this
>>>> problem.
>>>>
>>>> I don't see anything related in motion.log.
>>>>
>>>> Restarting the motioneye service fixes the problem.
>>>>
>>>> Any suggestions how I can fix this please?
>>>>
>>>> Thanks
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> 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
>>
>>
>>
>> ------------------------------------------------------------------------------
>> 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
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 2
Date: Tue, 5 Sep 2017 23:36:24 +0200
From: RuZzInE <ruzzin...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Debian Stretch, Motion and Raspberry Camera
Message-ID:
        <cadlrkkdauevfdti59os-kbur-1edgkev-2jmhyfmv+evwjn...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,
sorry but i have another question..with mmal and raspberry pi camera (5
mpixel model), which resolution in motion config it's available? :)
Thks so much.
ruzzine

2017-09-02 22:58 GMT+02:00 RuZzInE <ruzzin...@gmail.com>:

> Founded the problem..i used dpkg -i for install same deb file...and dpkg
> required some libraries. Really Thanks!
>
> 2017-09-02 22:55 GMT+02:00 MrDave <motionmrd...@gmail.com>:
>
>> You will need the stretch specific deb file from the releases pages.(
>> https://github.com/Motion-Project/motion/releases/
>> download/release-4.0.1/pi_stretch_motion_4.0.1-1_armhf.deb)   It was
>> built on a raspbian stretch image and has the proper dependency file
>> requirements.  When installing the deb, I recommend using the gdebi tool
>> which will get any additional required libraries from apt.  Since debian
>> changes the names of files between distributions, only debs specifically
>> built for the distribution are appropriate for installing.
>>
>> Dave
>>
>> On 9/2/2017 1:52 PM, RuZzInE wrote:
>>
>> Hi Mr Dave,
>> thanks for your answer.
>> For first i tryed to install deb file for Debian 9, after install deb
>> file i have seen on screen more errors..i think because there aren't
>> necessary library. Which dependencies i need?
>>
>>
>> 2017-09-02 21:04 GMT+02:00 MrDave <motionmrd...@gmail.com>:
>>
>>> There are a couple of different ways to get access to the pi camera.
>>> Which one you choose is your preference.
>>>
>>> 1.  Download and install the stretch arm deb file from the
>>> Motion-project releases page and then use the mmal configuration options
>>> within motion.conf.
>>>
>>> 2.  Run sudo modprobe bcm2835-v4l2 from the command line which will make
>>> the camera show up as a /dev/video device.  Then use the videodevice option
>>> within the motion.conf file.  I haven't tested this but I think you should
>>> be able to add bcm2835-v4l2 to the /etc/modules file and it will then load
>>> automatically each time the pi is rebooted.
>>> MrDave
>>>
>>> On 9/2/2017 9:24 AM, RuZzInE wrote:
>>>
>>> Hi,
>>> i use from long time Motion with my mini computer (Raspberry Pi) and
>>> Raspberry Pi Camera without problems; few days ago it's possible use a
>>> Rasbian Os based on Debian Stretch (9.1 version) and i'll try to use it
>>> with Motion but i have a question.
>>> Motion package installed with apt it's compatible with Raspberry Pi
>>> Camera? If yes how can i use my raspberry camere into config motion file?
>>> Thank you.
>>> Ruzzine
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 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 
>>> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://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
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> 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 
>> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://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
>>
>
>
-------------- 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

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

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 135, Issue 4
*******************************************

Reply via email to