adding 720 Resolution to http stream

Joined
Jan 10, 2018
Messages
16
Reaction score
0
camera is a Sricam sp005

videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0

i know 32 = 320x180 64 = 640x480 but how would i add the 1280x720 to the stream string above

i am new to this so please dumb it down for me regards paul
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,678
Reaction score
14,032
Location
USA
videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=1&rate=0
videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=8&rate=0
videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=128&rate=0

I'm just guessing here.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,791
Reaction score
39,070
Location
Alabama
videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0

i know 32 = 320x180 64 = 640x480 but how would i add the 1280x720 to the stream string above
I need more info.
Are you saying you've used the above URL and it works with '32' or '64'?
In a browser or VLC?
What's the complete URL that works?
Are you using "http://camIP/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0"
or
"rstp://camIP:554/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0"
 
Joined
Jan 10, 2018
Messages
16
Reaction score
0
ttp://camIP/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0 i am trying to access the sricam SP013 via a http port like any standard ip camera not via onvif regards paul
 
Top