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: remote usb webcam (fugee ohu) 2. How do I include file size in my on_movie_end email? (Fog Watch) ---------------------------------------------------------------------- Message: 1 Date: Fri, 7 Aug 2020 19:49:21 -0400 From: fugee ohu <fugee...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] remote usb webcam Message-ID: <cadca9rnqmhjjk5uspwes4af7baivcxmholaz6ylrkz1v0bn...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" I got the lingodigit software working but when I try to change the cameras port I get soap fault On Fri, Aug 7, 2020 at 6:14 PM folkert <folk...@vanheusden.com> wrote: > > https://www.lingodigit.com/onvif_nvc.html > > On Fri, Aug 07, 2020 at 05:25:12PM -0400, fugee ohu wrote: > > I bought an onvif p2p ip camera Do you know how I add it to motion I have > > to discover it's stream > > > > On Thu, Aug 6, 2020, 7:14 AM folkert <folk...@vanheusden.com> wrote: > > > > > You could run constatus on that other system and let it export that USB > > > camera as an MJPEG stream ( https://vanheusden.com/constatus/ ). > > > Motion can then pick it up via netcam_url and do with it whatever you > > > require. > > > > > > e.g. constatus configuration: > > > > > > logfile = "camera.log"; > > > log-level = "info"; > > > > > > instances = ( > > > { > > > instance-name = "some usb cam"; > > > > > > source = { > > > id = "1-1"; > > > descr = "my usb camera cam"; > > > type = "v4l"; > > > device = "/dev/video0"; > > > # resolution of your camera > > > width = 1280; > > > height = 720; > > > max-fps = -1.0; > > > prefer-jpeg = true; > > > } > > > } > > > ) > > > > > > global-http-server = ({ > > > id = "2-1"; > > > descr = "http interface"; > > > listen-adapter = "0.0.0.0"; > > > listen-port = 8080; > > > # here I limit the output to 15fps > > > # set to -1.0 for same fps as source > > > fps = 15.0; > > > quality = 75; > > > stylesheet = "stylesheet.css"; > > > }) > > > > > > > > > the url would then be: > > > > > > http://my-ip-adres:8080/stream.mjpeg?inst=some%20usb%20cam > > > > > > e.g.: > > > netcam_url http://my-ip-adres:8080/stream.mjpeg?inst=some%20usb%20cam > > > > > > On Thu, Aug 06, 2020 at 04:24:25AM -0400, fugee ohu wrote: > > > > 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 > > > > > > > > > _______________________________________________ > > > 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 > > > > Folkert van Heusden > > -- > > Multitail - gibkaja utilita po sledovaniju log-fajlov i vyvoda > kommand. Fil'trovanie, raskra?ivanie, slijanie, vizual'noe sravnenie, > i t.d. http://www.vanheusden.com/multitail/ > ---------------------------------------------------------------------- > Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com > > > _______________________________________________ > 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 ------------------------------ Message: 2 Date: Sat, 8 Aug 2020 21:09:00 +1000 From: Fog Watch <d...@exemail.com.au> To: motion-user@lists.sourceforge.net Subject: [Motion-user] How do I include file size in my on_movie_end email? Message-ID: <20200808210900.43373...@mr-lazy.fogwatch.com.au> Content-Type: text/plain; charset=US-ASCII Hello My on_movie_end statement successfully sends me an email: on_movie_end file=%f; echo -e "Subject: Motion detected \n\n $file" | sendmail -v em...@email.com > /dev/null 2>&1 Is there any way of including the filesize in this email? Cheers, Fog Watch. ------------------------------ ------------------------------ 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 170, Issue 7 *******************************************