Search found 476 matches

by burger
Wed Jul 24, 2024 6:38 am
Forum: ZoneMinder 1.36.x
Topic: Performance Issues - What am I doing wrong?
Replies: 10
Views: 5460

Re: Performance Issues - What am I doing wrong?

I think it has to be some fraction of the original stream. It must keep the same aspect ratio. I updated the wiki.

For 1920x1080 try 480x270.

Note that the message you are getting is a warning, not an error.
by burger
Mon Jul 22, 2024 4:39 am
Forum: Hardware Queries
Topic: Are this configuration good?
Replies: 2
Views: 10001

Re: Are this configuration good?

Use passthrough, and then set the resolution to be lower than the actual camera resolution, otherwise you could possibly run into trouble with a high enough FPS if you try to mocord or modect on the high res stream.

See: https://wiki.zoneminder.com/Dummies_Gui ... Zoneminder
by burger
Wed Jul 10, 2024 4:55 am
Forum: Hardware Queries
Topic: Imou cameras
Replies: 4
Views: 10584

Re: Imou cameras

See: https://wiki.zoneminder.com/Finding_Camera_Stream_Paths It's easier to troubleshoot with ffprobe or ffmpeg. e.g. try from the terminal: ffprobe rtsp://admin:SAFTEY_CODE@192.168.XX.XX:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif A web search online comes up with: https ...
by burger
Mon Jul 08, 2024 8:03 pm
Forum: ZoneMinder 1.36.x
Topic: Import of monitors fails
Replies: 15
Views: 6778

Re: Import of monitors fails

It's there in the wiki. https://wiki.zoneminder.com/MySQL#Backup_config_only mysql -u root -e "drop database zm;" mysql -u root -e "create database zm;" mysql -u root zm < /usr/share/zoneminder/db/zm_create.sql mysql -u root zm < zmdb.sql mysql -u root -e "grant all on zm.* to 'zmuser'@localhost ...
by burger
Sat Jul 06, 2024 8:55 pm
Forum: ZoneMinder 1.36.x
Topic: Performance Issues - What am I doing wrong?
Replies: 10
Views: 5460

Re: Performance Issues - What am I doing wrong?

It's recommended to use dedicated hardware not VMs for Zoneminder. For the streams, you can do the following: use full res stream set camera in zm to passthrough (not decode) (must be h264, not h265). set resolution to be lower than the actual stream (e.g. if you have a 2K stream, set it to 320x240 ...
by burger
Sat Jul 06, 2024 8:49 pm
Forum: ZoneMinder 1.36.x
Topic: Import of monitors fails
Replies: 15
Views: 6778

Re: Import of monitors fails

The mysql config only backup / restore script that works for most people is: DATE="$(date +'%D'|sed 's/\//_/g')" mysqldump -u root zm --ignore-table=zm.Events --ignore-table=zm.Frames --ignore-table=zm.Logs --ignore-table=zm.Stats --ignore-table=zm.Events_Day --ignore-table=zm.Events_Hour --ignore ...
by burger
Sat Jun 29, 2024 9:07 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: arducam ov5647 on ver 1.37.61
Replies: 2
Views: 4916

Re: arducam ov5647 on ver 1.37.61

You will need either an MJPEG or a RTSP stream. Possibly JPEG images could be used, at the expense of frame rate. Ideally you will have an H264 RTSP stream. See https://wiki.zoneminder.com/Finding_Camera_Stream_Paths A quick search online for arducam and rtsp comes up with the arducam forums. You ...
by burger
Tue May 14, 2024 10:07 pm
Forum: ZoneMinder 1.34.x
Topic: How do I enable FFMPEG cuda acceleration?
Replies: 12
Views: 13225

Re: How do I enable FFMPEG cuda acceleration?

See this link which will answer some of your questions regarding where FFMPEG is used.
https://wiki.zoneminder.com/Ffmpeg
There is also this:
https://wiki.zoneminder.com/GPU_passthrough_in_VMWare
by burger
Sat May 11, 2024 3:05 pm
Forum: ZoneMinder 1.36.x
Topic: Events don't have end times
Replies: 3
Views: 1386

Re: Events don't have end times

Typically I see events not able to fully record when there are CPU / resource limitations. Alternatively, if you have a camera that is not supported well by FFMPEG / ZM that could cause an issue. What make / model camera? An example of a proper purgewhenfull filter is here: https://wiki.zoneminder ...
by burger
Tue Mar 26, 2024 7:43 pm
Forum: ZoneMinder 1.36.x
Topic: CONSIDER IT SOLVED: Unable to connect to Reolink D800 cameras
Replies: 20
Views: 9327

Re: Unable to connect to Reolink D820A cameras

With some models of Reolink cameras, people have reported that it's necessary to enable RTSP on the web interface to get them to start the RTSP server on port 554. For example, I searched the forum and this came up: https://forums.zoneminder.com/viewtopic.php?p=131898&hilit=reolink+enable+rtsp ...
by burger
Sat Mar 23, 2024 11:50 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Trying to setup a docker test env.
Replies: 3
Views: 4067

Re: Trying to setup a docker test env.

Seems the Dockerfile is missing. Found zmdockerfiles https://github.com/ZoneMinder/zmdockerfiles/blob/master/buildsystem/ubuntu/impish/Dockerfile With the following result : ~/dev/zoneminder$ docker build -t linuxlover9/zm-1.36.33-chk . [+] Building 4.1s (7/10) docker:default => [internal] load ...
by burger
Thu Mar 21, 2024 4:19 pm
Forum: ZoneMinder 1.36.x
Topic: CONSIDER IT SOLVED: Unable to connect to Reolink D800 cameras
Replies: 20
Views: 9327

Re: Best way to set up server for Zoneminder??

Camera selection is important. What make / model cameras are you going to be using?