adding 720 Resolution to http stream

Jan 10, 2018
16
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
 
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.
 
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"
 
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