Search found 6 matches
- Wed Feb 21, 2024 9:35 am
- Forum: ZoneMinder 1.36.x
- Topic: I need help!
- Replies: 3
- Views: 1331
Re: I need help!
I can't directly access your system to diagnose the issue, I can suggest some steps and resources that might help: Zoneminder typically uses "zone triggers" to start recording when motion is detected within a specific area of the image. Continuous recording, on the other hand, captures everything ...
- Mon Feb 12, 2024 10:50 am
- Forum: ZoneMinder 1.34.x
- Topic: The storage options in ZoneMinder
- Replies: 6
- Views: 4641
Re: The storage options in ZoneMinder
I understand your concern about managing storage space in ZoneMinder. Here's how you can achieve your goal of limiting storage to 2TB with automatic deletion: 1. Storage Areas: You're on the right track with Storage Areas. This feature allows you to define specific locations and policies for event ...
- Wed Jan 31, 2024 11:07 am
- Forum: ZoneMinder 1.34.x
- Topic: Wifi Chinese Bulb camera
- Replies: 11
- Views: 12313
Re: Wifi Chinese Bulb camera
Hey Paul, don't give up yet! It's definitely possible to integrate your bulb camera with ZoneMinder if you find the right settings. Here are some tips: 1. Check compatibility: While not having ONVIF isn't ideal, check if the camera has any proprietary protocols supported by ZoneMinder. Look through ...
- Wed Jan 03, 2024 10:19 am
- Forum: ZoneMinder 1.34.x
- Topic: Preferred way to clean up full disk?
- Replies: 3
- Views: 17456
Re: Preferred way to clean up full disk?
Understandable dilemma! While rm -r * works in a pinch, there are definitely safer and less drastic options: Configure ZM to automatically rotate and archive older recordings to a separate storage (external HDD, NAS) while keeping crucial recent footage on the main disk. If you feel comfortable with ...
- Tue Jan 02, 2024 7:33 am
- Forum: ZoneMinder 1.34.x
- Topic: Lorex PCI Card with Zoneminder?
- Replies: 2
- Views: 4123
Re: Lorex PCI Card with Zoneminder?
I understand your struggles setting up the Lorex QLR460 with Zoneminder on Debian 11. Troubleshooting multi-channel capture can be tricky, but we can work together to get it working! Here are some steps and suggestions: Potential Oversights: Kernel Modules: Did you load the necessary kernel modules ...
- Tue Jan 02, 2024 6:20 am
- Forum: Mobile Apps and Event Server
- Topic: ZM works, zmninja doesn't. Connects, but can't load API
- Replies: 2
- Views: 7593
Re: ZM works, zmninja doesn't. Connects, but can't load API
Beyond getVersion and login: Test additional API endpoints, like monitors.json or events.json, using curl or Postman to ensure comprehensive functionality. Review API Configuration: Double-check API settings in ZoneMinder's zm.conf file, specifically ZM_API_HOST, ZM_API_PORT, and authentication ...