Dahua IPC-T1B20 jpg snapshot

zvvierzak

n3wb
Jul 6, 2019
1
0
Earth
Hi!

I'am using application which obtains single jpg images form camera. Application is written in java and doesn't support RTSP stream. Is it possibile to download snapshot from Dahua IPC-T1B20 my firmware 2.622.0000000.8.R?

I tried alredy:
cgi-bin/snapshot.cgi?1
onvifsnapshot/media_service/snapshot?channel=1&subtype=0
without succes

RTSP url is working corectly:
rtsp:// ip_address:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
 
Hi,
Hi!

I'am using application which obtains single jpg images form camera. Application is written in java and doesn't support RTSP stream. Is it possibile to download snapshot from Dahua IPC-T1B20 my firmware 2.622.0000000.8.R?

I tried alredy:
cgi-bin/snapshot.cgi?1
onvifsnapshot/media_service/snapshot?channel=1&subtype=0
without succes

RTSP url is working corectly:
rtsp:/ ip_address:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif

I have the same issue. Did you find solution ?)
 
I suggest you try:
Code:
http://username:password@camera-IP/cgi-bin/snapshot.cgi?
or
Code:
http://camera-IP/cgi-bin/snapshot.cgi?
 
I suggest you try:
Code:
http://username:password@camera-IP/cgi-bin/snapshot.cgi?
or
Code:
http://camera-IP/cgi-bin/snapshot.cgi?

thanks for the reply, @TonyR

I've tried first variant, with credentials. It doesn't work

Code:
http://user:password@camera_ip/cgi-bin/snapshot.cgi
http://user:password@camera_ip/onvif/media_service/snapshot.jpg
http://user:password@camera_ip/onvifsnapshot/media_service/snapshot