Search found 337 matches

by snake
Fri Nov 22, 2019 11:08 pm
Forum: ZoneMinder 1.32.x
Topic: Thoughts suggestions on my high load???
Replies: 4
Views: 1882

Re: Thoughts suggestions on my high load???

1) Use H264 passthrough instead of JPEG or H264 encode.

2) Disable prefetch mitigations, see: http://forums.zoneminder.com/viewtopic.php?f=11&t=28292

3) Make detection zones smaller.
by snake
Thu Nov 21, 2019 10:55 pm
Forum: ZoneMinder 1.32.x
Topic: VStarCam C-16s
Replies: 5
Views: 2348

Re: VStarCam C-16s

Try LibVLC source type. Try Remote source type.

I 'think' based off of the wiki install guide for LibVLC that you need to do the following to install it (if it isn't an option in 1.32 by default).

Code: Select all

apt-get install vlc libvlc-dev libvlccore-dev
by snake
Fri Nov 15, 2019 9:47 pm
Forum: ZoneMinder 1.32.x
Topic: console not loading correctly after upgrade
Replies: 2
Views: 1490

Re: console not loading correctly after upgrade

ZM 1.32 requires a more up to date browser than 1.30. Update browser, and try a different browser, also. If that's not it, check logs. Make sure DB updated.
by snake
Wed Nov 13, 2019 7:23 am
Forum: Hardware Queries
Topic: Two cameras, neither connects
Replies: 11
Views: 4523

Re: Two cameras, neither connects

Some cameras have default IP addresses, or if they are used they may be set with the previous owner's IP. The Foscam G2, aka FI9902, has a user manual at Foscam's website. Use the tool that Countyline mentioned, first. Alternatively you can use wireshark or tcpdump and look for camera packets. They ...
by snake
Tue Nov 12, 2019 9:56 pm
Forum: Hardware Queries
Topic: Two cameras, neither connects
Replies: 11
Views: 4523

Re: Two cameras, neither connects

You have an existing thread with the same issue at https://forums.zoneminder.com/viewtopic.php?f=14&t=28719 There is no need to make a new post. Someone got the G2 working here: https://forums.zoneminder.com/viewtopic.php?f=38&t=28588 What nmap command did you use? I tried a rtsp://<name><pa...
by snake
Mon Nov 11, 2019 5:42 am
Forum: ZoneMinder 1.32.x
Topic: Cannot view event video, .sock does not exist
Replies: 2
Views: 1133

Re: Cannot view event video, .sock does not exist

Are the videos saving to the HDD/SD? You should see a <something>.mp4 file somewhere, or jpegs, if you are saving as jpeg. Make sure default settings are not set to H264 encode. You should be using passthrough or JPEGs for 1.32 on ARM. Do you know for certain that the camera is supported in ZM? Does...
by snake
Mon Nov 11, 2019 5:20 am
Forum: Hardware Queries
Topic: "Capturing" but not seeing any video
Replies: 1
Views: 1569

Re: "Capturing" but not seeing any video

Try to get the camera to work in either ffmpeg or VLC first. See http://wiki.zoneminder.com/Finding_Camera_Stream_Paths You can post pictures or text. Pictures are best for the settings. For the logs, you can just copy and paste the text. If you are new to ZM, It's good to test a known camera first,...
by snake
Mon Nov 04, 2019 3:57 am
Forum: Non-ZoneMinder Chat
Topic: Help: Which brand is this ip camera?
Replies: 8
Views: 9308

Re: Help: Which brand is this ip camera?

Looks remarkably similar to what foscam sold as a 9805 or 9804. If the reset button doesn't work, you can use wireshark or tcpdump to listen to what its sending out. It may have the ip info as mentioned in the previous reply. Post some pictures of the inside, if you are able. You can compare with fo...
by snake
Sat Nov 02, 2019 5:26 pm
Forum: ZoneMinder 1.32.x
Topic: Pi 4 with 1.32.2 - only 1 camera works
Replies: 5
Views: 5335

Re: Pi 4 with 1.32.2 - only 1 camera works

You moved from a Xen VM to an RPI, am I correct? That is moving from x86 to ARM. ARM can't keep up with the same number of cameras. You can probably get more than one though. Try lowering the FPS on the cameras, and see if you can get two running. You can also lower the Resolution. That is my first ...
by snake
Sat Nov 02, 2019 4:58 pm
Forum: ZoneMinder 1.32.x
Topic: Error
Replies: 9
Views: 5174

Re: Error

For the other settings, you can leave them at the defaults if your camera is working. Read the ZM docs if you are interested in more information. Perhaps purchase a book on H264 encoding... ZM should be set to the same resolution that VLC or FFMPEG reports. Sometimes cameras have non-standard resolu...
by snake
Sat Nov 02, 2019 4:52 pm
Forum: ZoneMinder 1.32.x
Topic: Axis Q7404 Quad encoder
Replies: 0
Views: 1229

Re: Axis Q7404 Quad encoder

Open up the web site for the encoder, and view a camera stream. Right click on the video stream and choose view image. Or you can copy the URL of the video stream from the html source. If it's a URL that ends with MJPG or JPG you can put that URL into Zoneminder. But you'll want to add <username>:<p...
by snake
Fri Nov 01, 2019 4:18 pm
Forum: ZoneMinder 1.32.x
Topic: Error
Replies: 9
Views: 5174

Re: Error

ZM 1.32 on ARM has a bug where by default it's set to use the H264 encoding. Change that to H264 passthrough. Passthrough has less CPU usage than H264 encoding or the JPEG saving. Alternatively, you can try the JPEG saving, but it will be less efficient. Set Max FPS in ZM to 0 (that is used for loca...
by snake
Thu Oct 31, 2019 9:59 pm
Forum: ZoneMinder 1.32.x
Topic: Error
Replies: 9
Views: 5174

Re: Error

the status commands show that ZM is running and installed correctly. What is the make/model of camera? What settings did you use for the camera setup? Cameras can be tested in VLC gui or terminal ffmpeg (ffmpeg -i rtsp://<user>:<pass>@<ip>:<port>/<path> > output.mp4). Cameras don't run in yahoo, tha...
by snake
Wed Oct 30, 2019 5:30 pm
Forum: ZoneMinder 1.32.x
Topic: Repeted Error on Email service
Replies: 1
Views: 1223

Re: Repeted Error on Email service

Are you using modect? You probably have some events that are longer than others, causing it to go over the email limit. What email service are you using? Limits for outbound emails vary. Some popular sites have a 25MB limit. Videos by default are in /var/cache/zoneminder/ unless you changed it, via ...
by snake
Wed Oct 30, 2019 5:06 pm
Forum: ZoneMinder 1.32.x
Topic: Error
Replies: 9
Views: 5174

Re: Error

You haven't indicated what the problem actually is, asides from the console log. What is not working? The logs for Zoneminder are in syslog, and in /var/log/zm/ (also in db). Copy some output from your syslog here that includes Zoneminder startup. Also what happens when you type as root systemctl st...