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: Raspberry Pi High Quality Camera (Robert Evans)
2. remote usb webcam (fugee ohu)
3. Re: Raspberry Pi High Quality Camera (Robert Evans)
----------------------------------------------------------------------
Message: 1
Date: Wed, 5 Aug 2020 16:49:01 +0100
From: Robert Evans <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Raspberry Pi High Quality Camera
Message-ID:
<cac2unfs6fuhekogait_b-2ysx3nqwtcndkd2p7z2uqtxkxt...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
According to https://magpi.raspberrypi.org/books (the raspberry pi HQ
camera book - free) chapter 16 demos MotionEyeOS working with the new HQ
camera module. To my knowledge MotionEyeOs is built on top of the Motion
project. Perhaps someone made some integrations there. I'll give it a go
some day soon and report back.
On Mon, Jul 27, 2020 at 12:23 PM folkert <[email protected]> wrote:
> My own surveillance monitoring application uses libcamera for this. Very
> convenient. Should not be too difficult to build in into motion. No
> hangon, libcamera is c++
>
> On Mon, Jul 27, 2020 at 09:05:48AM +0100, Robert Evans wrote:
> > It does work but the brightness settings aren???t compatible. There was a
> > thread on one of the raspberry pi forums about the brightness setting
> flip
> > flopping which I also encountered on my setup. No idea what the fix for
> it
> > is.
> >
> > On Mon, 27 Jul 2020 at 07:30, folkert <[email protected]> wrote:
> >
> > > It has a regular /dev/videox device node, so it should work.
> > >
> > > On Sat, Jul 25, 2020 at 07:02:53PM -0400, Brian Hardwick wrote:
> > > > Hi,
> > > >
> > > > Does motion support the new Raspberry Pi High Quality Camera?
> > > >
> > > > Thanks,
> > > > Brian
> > > >
> > > >
> > > > _______________________________________________
> > > > Motion-user mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/motion-user
> > > > https://motion-project.github.io/
> > > >
> > > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
> > >
> > >
> > > Folkert van Heusden
> > >
> > > --
> > > www.vanheusden.com/multitail - multitail is tail on steroids. multiple
> > > windows, filtering, coloring, anything you can think of
> > > ----------------------------------------------------------------------
> > > Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
> > >
> > >
> > > _______________________________________________
> > > Motion-user mailing list
> > > [email protected]
> > > 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
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/motion-user
> > https://motion-project.github.io/
> >
> > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
>
> Folkert van Heusden
>
> --
> Want to finally win in the MegaMillions lottery? www.smartwinning.info
> ----------------------------------------------------------------------
> Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
>
>
> _______________________________________________
> Motion-user mailing list
> [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: Thu, 6 Aug 2020 04:24:25 -0400
From: fugee ohu <[email protected]>
To: [email protected]
Subject: [Motion-user] remote usb webcam
Message-ID:
<CADCA9rOmX-gr4G=nkrnskn_vujf6yhpvjtuoz3d+vx9jec4...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
I wanna use a usb webcam on a remote machine Which directive to use
I'm thinking I should use the netcam_url and the netcam_userpass
directives Although the camera doesn't require a username and
password, the remote machine does
------------------------------
Message: 3
Date: Thu, 6 Aug 2020 09:25:14 +0100
From: Robert Evans <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Raspberry Pi High Quality Camera
Message-ID:
<CAC2UNfs_FJsbvy=t9qwgz5tkddj7fcs0+wct-zuqpo67jab...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
So I set up MotionEyeOs last night and it works perfectly with the new hq
camera.
On Wed, Aug 5, 2020 at 4:49 PM Robert Evans <[email protected]> wrote:
> According to https://magpi.raspberrypi.org/books (the raspberry pi HQ
> camera book - free) chapter 16 demos MotionEyeOS working with the new HQ
> camera module. To my knowledge MotionEyeOs is built on top of the Motion
> project. Perhaps someone made some integrations there. I'll give it a go
> some day soon and report back.
>
>
> On Mon, Jul 27, 2020 at 12:23 PM folkert <[email protected]> wrote:
>
>> My own surveillance monitoring application uses libcamera for this. Very
>> convenient. Should not be too difficult to build in into motion. No
>> hangon, libcamera is c++
>>
>> On Mon, Jul 27, 2020 at 09:05:48AM +0100, Robert Evans wrote:
>> > It does work but the brightness settings aren???t compatible. There was
>> a
>> > thread on one of the raspberry pi forums about the brightness setting
>> flip
>> > flopping which I also encountered on my setup. No idea what the fix for
>> it
>> > is.
>> >
>> > On Mon, 27 Jul 2020 at 07:30, folkert <[email protected]> wrote:
>> >
>> > > It has a regular /dev/videox device node, so it should work.
>> > >
>> > > On Sat, Jul 25, 2020 at 07:02:53PM -0400, Brian Hardwick wrote:
>> > > > Hi,
>> > > >
>> > > > Does motion support the new Raspberry Pi High Quality Camera?
>> > > >
>> > > > Thanks,
>> > > > Brian
>> > > >
>> > > >
>> > > > _______________________________________________
>> > > > Motion-user mailing list
>> > > > [email protected]
>> > > > https://lists.sourceforge.net/lists/listinfo/motion-user
>> > > > https://motion-project.github.io/
>> > > >
>> > > > Unsubscribe:
>> https://lists.sourceforge.net/lists/options/motion-user
>> > >
>> > >
>> > > Folkert van Heusden
>> > >
>> > > --
>> > > www.vanheusden.com/multitail - multitail is tail on steroids.
>> multiple
>> > > windows, filtering, coloring, anything you can think of
>> > > ----------------------------------------------------------------------
>> > > Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
>> > >
>> > >
>> > > _______________________________________________
>> > > Motion-user mailing list
>> > > [email protected]
>> > > 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
>> > [email protected]
>> > https://lists.sourceforge.net/lists/listinfo/motion-user
>> > https://motion-project.github.io/
>> >
>> > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>>
>>
>>
>> Folkert van Heusden
>>
>> --
>> Want to finally win in the MegaMillions lottery? www.smartwinning.info
>> ----------------------------------------------------------------------
>> Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
>>
>>
>> _______________________________________________
>> Motion-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
--
*Robert Evans*
Tel: 07891 945 461
www.robevans.uk
-------------- next part --------------
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 170, Issue 1
*******************************************