I can't access Sony SNC cameras

Forum for questions and support relating to the 1.30.x releases only.
Locked
corderozombie
Posts: 2
Joined: Thu Feb 01, 2018 12:20 pm

I can't access Sony SNC cameras

Post by corderozombie »

Hello everyone!

I need help, please! I'm running ZoneMinder 1.30.4 under CentOS Linux release 7.4.1708 (Core) on VMware Workstation 14.1.1 build-7528167. I´ve tried to add a Sony SNC DH-180, SNC-EP520 and a SNC-DH120, but I can't access them through ONVIF and I got this error:

"Unable to probe network cameras, status is '255'. Output was:<br/><br/> No results from GetCapabilities: <Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/"/><br/><br/> Please the following command from a command line for more information:<br/><br/>/usr/bin/zmonvif-probe.pl profiles http://10.13.36.9/onvif/device_service 1.2 admin Security"

Then I follwed up this instructions https://wiki.zoneminder.com/Sony and didn't work either, the monitor it's on a blue screen and the log file says this:

2018-02-01 10:10:10.842082 zmc_m5 3359 ERR Unable to get response, disconnecting zm_remote_camera_http.cpp 1141
2018-02-01 10:10:10.841476 zmc_m5 3359 ERR Invalid response status 400: Bad Request zm_remote_camera_http.cpp 770
2018-02-01 10:10:10.836001 zmc_m3 4172 ERR Unable to get response, disconnecting zm_remote_camera_http.cpp 1141
2018-02-01 10:10:10.835271 zmc_m3 4172 ERR Invalid response status 307: Temporary Redirect zm_remote_camera_http.cpp 770
2018-02-01 10:10:10.754938 zmc_m3 4172 ERR Unable to get response, disconnecting zm_remote_camera_http.cpp 1141

Does it have this zoneminder version the sony patches natively?

Thanks in advance.
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: I can't access Sony SNC cameras

Post by rockedge »

you have a blue screen with the timestamp advancing? If so you are close to getting a picture it seems. What are the camera resolution settings? what happens if in a terminal you try:

Code: Select all

zmonvif-probe.pl
corderozombie
Posts: 2
Joined: Thu Feb 01, 2018 12:20 pm

Re: I can't access Sony SNC cameras

Post by corderozombie »

Yes I have. I´ve configured a resolution JPEG / 320x240 / 5 FPS, as it says on the wiki, but didn't work, so I changed it to 640x480 and didn´t work either. I got this from that command:
[root@localhost ~]# zmonvif-probe.pl
Usage: /bin/zmonvif-probe.pl [-v] probe <soap version>
/bin/zmonvif-probe.pl [-v] <command> <device URI> <soap version> <user> <password>
Commands are:
probe - scan for devices on the local network and list them
profiles - print the device's supported stream configurations
metadata - print some of the device's configuration settings
move - move the device (only ptz cameras)
Common parameters:
-v - increase verbosity
Device access parameters (for all commands but 'probe'):
device URL - the ONVIF Device service URL
soap version - SOAP version (1.1 or 1.2)
user - username of a user with access to the device
password - password for the user
[root@localhost ~]#
river100
Posts: 145
Joined: Sun Oct 07, 2007 5:52 pm
Location: Louisiana

Re: I can't access Sony SNC cameras

Post by river100 »

I have an older Sony cam working on ZM vers 1.30.4 running in jpeg mode.
If I remember right to get jpeg streaming you have to have it setup
to do that in the camera.
My settings in ZM are
remote
protocol = http
method = simple
remote hot name user:password@ipaddress
port = port
remote host path = /mjpeg?speed=5
In my SNC-RZ25 the setting is on the > settings / camera / common
jpeg or MPEG4
match image sizes in camera and ZM
Locked