Search found 12 matches

by vitus
Fri Sep 13, 2019 12:00 am
Forum: ZoneMinder 1.32.x
Topic: Console incorrectly flips width/height when in Modect mode
Replies: 2
Views: 1590

Re: Console incorrectly flips width/height when in Modect mode

I turned off Apache and Zoneminder, then manually set in the database the width = 720, height = 1280, orientation = 90, and the Function = Modect. When I launched Apache and Zoneminder back up, the result was that the Console showed the camera at 1280x720 (warped, top is up). There doesn't appear to...
by vitus
Thu Sep 12, 2019 11:46 pm
Forum: ZoneMinder 1.32.x
Topic: Console incorrectly flips width/height when in Modect mode
Replies: 2
Views: 1590

Console incorrectly flips width/height when in Modect mode

I setup a camera as 720x1280 (WxH), rotate right, Modect: MariaDB [zm]> select * from Monitors \G *************************** 1. row *************************** Id: 1 Name: cam-front-gate ServerId: NULL StorageId: 1 Type: Ffmpeg Function: Modect Enabled: 1 LinkedMonitors: NULL Triggers: Device: /dev...
by vitus
Thu Sep 12, 2019 3:36 am
Forum: ZoneMinder 1.32.x
Topic: [Solved] zmc: Unable to open RTSP input, invalid data found when processing input
Replies: 1
Views: 6436

Re: zmc: Unable to open RTSP input, invalid data found when processing input

After enabling FFMPEG logging, I discovered the source of the issue was that the generic Android RTSP server didn't support TCP as a transport option, but (annoyingly) it did continue to negotiate anyway but just sent a response with UDP in the response header :twisted: | 22828 | 1568258965.977601 |...
by vitus
Thu Sep 12, 2019 3:22 am
Forum: ZoneMinder 1.32.x
Topic: [Solved] zmc: Unable to open RTSP input, invalid data found when processing input
Replies: 1
Views: 6436

[Solved] zmc: Unable to open RTSP input, invalid data found when processing input

Zoneminder version: 1.32 (commit d1ac88d3018bb29221763effef489fca9f248690) Camera: Generic RTSP Android App Camera Configuration: RTSP, tcp, Camera passthrough, no framerate set. Full dump here: https://pastebin.com/aWiaciDt Issue: Can't view stream via zms to the Monitor tab. A URL such as [1] prod...
by vitus
Sun Jul 14, 2019 10:59 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] Why might analysis images not be available?
Replies: 7
Views: 4813

Re: Why might analysis images not be available?

What would be really useful is if you could take a manually triggered event and then re-run the analysis on it at various settings, to see which would yield the most precise detection. For example, if I manually started an event, walked through the field of view, and then manually stopped the event....
by vitus
Sun Jul 14, 2019 10:51 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] Why might analysis images not be available?
Replies: 7
Views: 4813

Re: Why might analysis images not be available?

Nevermind. I had the monitor set to "mocord" (record continuously with motion highlighted) instead of "modect" (record only when motion is detected).
by vitus
Sun Jul 14, 2019 10:35 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] Why might analysis images not be available?
Replies: 7
Views: 4813

[Solved] Why might analysis images not be available?

I'm working on tuning the zone for a camera, per the wiki. I've found the analysis images to be extremely helpful in identifying patches of pixels that are causing false positives. However, not every event has analysis images. I also noticed that the option in the monitor's Storage tab is labeled: &...
by vitus
Thu Jul 11, 2019 9:34 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] web_php and web_js claim ZMS socket does not exist
Replies: 8
Views: 22308

Re: web_php and web_js claim ZMS socket does not exist

Both the Monitor live view and the zone view do not show an image. The live view refreshes the page once a second, each time producing the error from the OP in the logs. I had not checked the access to /cgi-bin yet, and that looks like it's the issue. The root directory listing in Apache shows three...
by vitus
Wed Jul 10, 2019 9:00 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] web_php and web_js claim ZMS socket does not exist
Replies: 8
Views: 22308

Re: web_php and web_js claim ZMS socket does not exist

VLC reports: Stream 0: Codec: H264 - MPEG-4 AVC (part 10) (h264) Video resolution: 640x480 Stream 1: Codec: MPEG AAC Audio (mp4a) Channels: Stereo Sample rate: 44100 Hz Bits per sample 32 Which matches the dump from the ZM Config table and what I've manually configured in the camera. I've tried conf...
by vitus
Tue Jul 09, 2019 3:05 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] web_php and web_js claim ZMS socket does not exist
Replies: 8
Views: 22308

Re: web_php and web_js claim ZMS socket does not exist

One last observation. Various zms socket files are created. They live transiently and then disappear. It's not clear what component creates them.
by vitus
Tue Jul 09, 2019 2:53 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] web_php and web_js claim ZMS socket does not exist
Replies: 8
Views: 22308

Re: web_php and web_js claim ZMS socket does not exist

I forgot to post the details of the camera. Here's how I have it configured: MariaDB [zm]> select * from Monitors \G *************************** 1. row *************************** Id: 4 Name: Monitor-4 ServerId: NULL StorageId: 2 Type: Ffmpeg Function: Mocord Enabled: 1 LinkedMonitors: NULL Triggers...
by vitus
Tue Jul 09, 2019 2:47 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: [Solved] web_php and web_js claim ZMS socket does not exist
Replies: 8
Views: 22308

[Solved] web_php and web_js claim ZMS socket does not exist

I'm having an issue where ZM can't seem to show the camera's feed on the website. The error log is spammed with logs like the following: Socket /var/lib/zoneminder/sock/zms-482603s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited ea...