I do not use SharpTools but I glanced at the Knowledge Base and learned that it cannot use RTSP but you can stream MJPEG to it.Reviving an old thread ... have folks figured out how to stream to a tile (I use Sharptools) via BI and not have each stream consume 10-15% CPU? I was using TinyCamPro with an android box that just bit the dust so was going to look into streaming from BI.
I cannot comment on that aspect but you do have limited choices as to what stream types SharpTools can use.So doing it this way reduces the CPU usage considerably on the BI server?
Playing around with url params I may have found it -- if I add "stream" to the URL it seems to be the low-res substream (which is what I want). e.g. http://ip.add.re.ss:[port]/image/CameraName?stream
decode=0
to get the sub stream. This is described in the update notes (in the BI5 help file) in the notes for update 5.3.3 - October 1, 2020.decode=-1
(that is a value of negative one)&decode=x
x= 0 for automatic (default), -1 for sub-stream, 1 for main-streamNope.Add the parameterdecode=0
to get the sub stream. This is described in the update notes (in the BI5 help file) in the notes for update 5.3.3 - October 1, 2020.
The release notes were wrong and never fixed.
What you actually want, to force use of the sub stream, isdecode=-1
(that is a value of negative one)
&decode=x
x= 0 for automatic (default), -1 for sub-stream, 1 for main-stream