Dahua IPC-T1B20 jpg snapshot

zvvierzak

n3wb
Joined
Jul 6, 2019
Messages
1
Reaction score
0
Location
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
 

dkirilenko

n3wb
Joined
Apr 19, 2020
Messages
2
Reaction score
0
Location
ukraine
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 ?)
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,135
Reaction score
39,843
Location
Alabama
I suggest you try:
Code:
http://username:password@camera-IP/cgi-bin/snapshot.cgi?
or
Code:
http://camera-IP/cgi-bin/snapshot.cgi?
 

dkirilenko

n3wb
Joined
Apr 19, 2020
Messages
2
Reaction score
0
Location
ukraine
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
 
Top