Accessing V4L cameras on *other* devices!!

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
Kamoshiyaan
Posts: 1
Joined: Thu Jan 03, 2019 3:32 pm

Accessing V4L cameras on *other* devices!!

Post by Kamoshiyaan »

What kind of sorcery must I endure?

I have a few systems on my network. 1- with a geovision 4-port encoder card, and 2- raspberry pi with a USB webcam. Both devices have a /dev/video0 node supported by v4l.

I'd like to connect to these cameras from my main zoneminder box. Is there some way to make those cameras network-accessible without installing zoneminder on those, also?
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Accessing V4L cameras on *other* devices!!

Post by rockedge »

there is a way to stream the cameras that would be accessible over the LAN using FFSERVER. I have used this method successfully with ZM but I have not done this in a while so I am rusty. Here is a link that has info to get you started.
https://organicdesign.nz/Simple_video_s ... h_ffserver

But I found out ffserver is depreciated and is replace by this promising program
https://github.com/klaxa/mkvserver_mk2
Last edited by rockedge on Thu Jan 03, 2019 5:27 pm, edited 1 time in total.
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Accessing V4L cameras on *other* devices!!

Post by rockedge »

there is also a way to stream with VLC that can be captured by ZM
Sigge
Posts: 116
Joined: Mon May 02, 2016 8:14 am

Re: Accessing V4L cameras on *other* devices!!

Post by Sigge »

I was experimenting with v4l2rtspserver on SBC:s and USB cams. My goal was to stream 3 Logitech C930e from RAW max resolution through v4l2tools.

This worked well at moderate resolutions but I had some problems at highest settings. Unfortunately my cams were fried by lightning so I never finished the setup. Also my MB got toasted. Might want to avoid USB stuff on top of roofs :)


https://github.com/mpromonet/v4l2rtspserver
https://github.com/mpromonet/v4l2tools
Post Reply