Search found 16 matches
- Fri May 31, 2019 9:01 pm
- Forum: ZoneMinder 1.32.x
- Topic: Different resolution for the same camera?
- Replies: 3
- Views: 2007
Re: Different resolution for the same camera?
Yes. Low res monitor set to modect, high res set to nodect and linked to the low res monitor.
- Fri May 31, 2019 4:00 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting wired ethernet camera via wifi
- Replies: 8
- Views: 4669
Re: Connecting wired ethernet camera via wifi
Those SV3C cameras should support Onvif. If you go to add the monitor in ZM there's an ONVIF link at the top right corner of the Monitor config. It should detect any Onvif compatible cameras on the same network and you'll be able to choose them from a list of detected cameras.
- Tue May 21, 2019 5:02 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting wired ethernet camera via wifi
- Replies: 8
- Views: 4669
Re: Connecting wired ethernet camera via wifi
What you are looking for is called a wireless bridge. There are many types of devices that can accomplish this, including the one you have linked. If you have an old wireless router lying around, there's a good chance it can be configured to work as a wireless bridge.
- Mon May 20, 2019 11:38 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting Wyze V2 to Zoneminder
- Replies: 17
- Views: 34348
Re: Connecting Wyze V2 to Zoneminder
I'm glad you got it working! I guess the last couple of questions I have at this time involve whether or not need to set some sort of channel info in ZM to differentiate the 2 Wyze Cams. When I added them to tinyCam on my tablet, I needed to set them to different channels in order to see both ...
- Sat May 18, 2019 7:40 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting Wyze V2 to Zoneminder
- Replies: 17
- Views: 34348
Re: Connecting Wyze V2 to Zoneminder
The script for the R2C was added right after 1.32.3 was released so it isn't in there unfortunately. You can upgrade to 1.33 or find the script on GitHub and add it manually. Looks like you have a typo in your capture height. Doubt that's the problem, but setting the wrong resolution has definitely ...
- Sat May 18, 2019 6:07 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting Wyze V2 to Zoneminder
- Replies: 17
- Views: 34348
Re: Connecting Wyze V2 to Zoneminder
Enable OPT_CONTROL under Options>System. That will make the Control tab visible. There are several pre-made scripts. If you're trying to control a pretty popular camera, it's probably already made. tinyCam isn't accessing the local rtsp stream. It is accessing the stream from Wyze's servers using ...
- Fri May 17, 2019 11:12 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting Wyze V2 to Zoneminder
- Replies: 17
- Views: 34348
Re: Connecting Wyze V2 to Zoneminder
Does the Wyze app specify a port for RTSP? The standard port is 554, so I would try that if it doesn't state otherwise. So the url would be: rtsp://<name>:<password>@192.168.254.53:554/live I would suggest trying Ffmpeg and TCP first. If TCP won't work, try UDP. Additionally, have you gotten the url ...
- Fri May 17, 2019 6:00 pm
- Forum: ZoneMinder 1.32.x
- Topic: Connecting Wyze V2 to Zoneminder
- Replies: 17
- Views: 34348
Re: Connecting Wyze V2 to Zoneminder
What is the correct url? rtsp://<name>:<password>@192.168.254.53/live or rtsp://<cameraname>:<password>@192.168.254.62:8554/unicast?
- Thu May 16, 2019 4:59 pm
- Forum: ZoneMinder 1.32.x
- Topic: Restore default run states?
- Replies: 5
- Views: 3511
Re: Restore default run states?
Does anything change if you select 'Start' or restart ZM from terminal?
- Wed May 15, 2019 6:58 pm
- Forum: ZoneMinder 1.32.x
- Topic: Restore default run states?
- Replies: 5
- Views: 3511
Re: Restore default run states?
Is ZM currently 'RUNNING' or 'STOPPED'? If it is stopped, the start state is available. If it is running, restart and stop are available.
- Wed Mar 27, 2019 10:27 pm
- Forum: Hardware Queries
- Topic: Sports recording setup (3 cameras)
- Replies: 4
- Views: 5622
Re: Sports recording setup (3 cameras)
What would be your plan for serving the videos to users?
- Tue Mar 19, 2019 7:27 am
- Forum: ZoneMinder 1.32.x
- Topic: Low FPS with H264 Camera Passthrough writer
- Replies: 3
- Views: 3717
Re: Low FPS with H264 Camera Passthrough writer
What is the make and model of the cameras that are being problematic? Do they have microphones?
- Wed Mar 13, 2019 2:44 pm
- Forum: ZoneMinder 1.32.x
- Topic: Poor performance?
- Replies: 5
- Views: 3236
Re: Poor performance?
You could try your luck at switching from TCP to UDP in your ZoneMinder monitor settings, but this didn't work out too well for me (bad smearing) so I disabled audio as well.
I believe H264 passthrough will produce better quality and use less resources than X264 encode.
I believe H264 passthrough will produce better quality and use less resources than X264 encode.
- Wed Mar 13, 2019 5:33 am
- Forum: ZoneMinder 1.32.x
- Topic: Poor performance?
- Replies: 5
- Views: 3236
Re: Poor performance?
Which camera models are you using? If your cameras stream audio and you are using H264 passthrough, this may be your issue.
Can you post your ZoneMinder monitor settings?
Can you post your ZoneMinder monitor settings?
- Tue Mar 12, 2019 6:19 am
- Forum: ZoneMinder 1.32.x
- Topic: FFmpeg TCP Window Full/Zero Window when storage set to h264 passthrough
- Replies: 0
- Views: 1625
FFmpeg TCP Window Full/Zero Window when storage set to h264 passthrough
I am running ZoneMinder 1.32.3 on Ubuntu 18.04. The camera is an Amcrest IPM HX1. I have the same issue mentioned here . Storage is set to H264 passthrough. The issue is present no matter whether or not the option to store audio is enabled. The camera encodes and sends AAC. Either using X264 encode ...