I have tried:
Remote/Local and neither seems to work
Currently I'm using a logitech pro cam 9000 with Ubuntu 10.04
========
Video Capabilities
Name: UVC Camera (046d:0809)
Type: 1
Can capture
Video Channels: 1
Audio Channels: 0
Maximum Width: 1600
Maximum Height: 1200
Minimum Width: 48
Minimum Height: 32
Window Attributes
X Offset: 0
Y Offset: 0
Width: 640
Height: 480
Picture Attributes
Palette: 8 - YUYV
Colour Depth: 16
Brightness: 32896
Hue: 0
Colour :7196
Contrast: 8224
Whiteness: 0
Channel 0 Attributes
Name: Camera 1
Channel: 0
Flags: 0
Type: 2 - Camera
Format: 0 - PAL
========
My end goal is to have zoneminder constantly record a buffer of video from each of my cameras on my network. Be able to access a live view from anywhere in my network of the cameras, and be able to access the recorded buffer from anywhere in my network.
However right now I would settle for being able to see a picture in the monitor
// My attempt a local connection
First I should mention I know my webcam works, I have been using it with vlc for network streams and other applications.
I generally open up vlc start open capture device dev/video0
Then I go into 127.0.0.1/zm to get to the console
I add/edit monitor
And have tried pretty much all combinations of
=General
--Function: Record | Monitor
=Source
--Device Path /dev/video | /dev/video0
--Device Format: PAL | NTSC
--Capture Palette: GREY | RGB444 | YUYV and misc others
--Capture Width 1600x1200 | 640 x 480 | 320 x 240
Then I click on monitor and I don't see anything at all
//For my remote attempts
I have tried all sorts of streaming options with vlc where I am able to see the stream on my local and remote computers (using vlc NOT ZM). My latest attempt has been running vlc with this option
vlc -vvv v4l2:///dev/video0 --v4l2-chroma MJPG --sout "#std{access=http,mux=mpjpeg,dst=10.1.40.1:8012/stream.mjpg}"
Then
Settings:
=General
--Source Type: Remote
--Function: Record
=Source
--Remote Protocol: HTTP
--Remote Method: Simple
--Remote Host Name: 10.1.40.1
--Remote Host Port: 8012
--Remote Host Path: stream.mjpg
--Remote Image Colours: Grey | 24 bit colour
--Width/Height: 1600 x 1200 | 320 x 240
And once again I see nothing...
The best I have managed was once I got an all black box
If anyone can help me get up and running that would be great
thanks
Code: Select all