FRMRVM KAMERAS

Aus OBS Wiki
Zur Navigation springen Zur Suche springen

Parameter für MOBOTIX-Kameras

http://<IP address>/cgi-bin/faststream.jpg (guest access)
http://<IP address>/control/faststream.jpg (user access)
Retrieves the live stream from the camera using additional image parameters. For example, the following command will show the live stream as M-JPEG from the camera in a generated HTML page:
http://<IP address>/cgi-bin/faststream.jpg?stream=full&html
Appending ?help to the end of the command will display the corresponding help page:
http://<IP address>/cgi-bin/faststream.jpg?help


Guest Access:
The URL http://<IP address>/cgi-bin/faststream.jpg provides guest access to the live stream. For additional information on how to set the maximum and preset image refresh rate, see the Start Page help page.

User Access:
The URL http://<IP address>/control/faststream.jpg provides user access to the live stream. For additional information on how to set the maximum and preset image refresh rate, see the Start Page help page. This access has been optimized for high image rates and thus delivers a video stream in MxPEG format, which has to be decoded accordingly. Please download the MOBOTIX SDK from www.mobotix.com in the Support > Developer Tools section for detailed instructions.


Overview of the faststream.jpg Command
Example: faststream.jpg?stream=full&fps=1.0

Parameter=Default Values Explanation
help Help
This overview.
stream=MxPEG full
MxPEG
mxg
Stream Type
Image data in stream:
full: full JPEG images
MxPEG: MOBOTIX optimized JPEG
mxg: MxPEG Clipfile; not server push
noaudio No Audio Switch
Disable audio data in image stream.
Audio is only available for MxPEG streams.
needlength Need Content-Length
Send HTTP content-length for every frame in server push stream.
Note: This option is not useful for browsers.
fps=16 Escaped string Frames per Second
Frame rate of streamed images:
e.g. '3.0' streaming with 3 frames per second. Set to 0 for maximum frame rate.
iframerefresh=0 0..60 Seconds between new I-frames
I-frame interval in seconds.
0: turn off
Note: Using this option disables jpheaderrefresh and jpheaderupdate.
jpheaderupdate=0 0..1000 Frames between tables refreshs
Table refresh count. 0: off, 1: every frame, 2: every second frame, ...
jpheaderrefresh=10 0..60 Seconds between table refreshs
Table refresh time. 0: off, 1: every second, 2: every second second, ...
framecount=0 0.. Frame Counter
Amount of images delivered before stream stops (0=infinite).
fip=10.x.x.x Escaped string Factory IP
Will only deliver an image if the camera has this factory IP address.
error=picture picture
empty
content
current
Error Handling
Sets the error handling options in case no image is available:
picture: returns the "No frame available!" image
empty: returns nothing
content: returns only the content type
current: returns the current.jpg image
html HTML Page With Stream
Output HTML demo page including stream.
preview Preview Mode
Output image in the format given by the parameter size. It may be smaller to keep the aspect ratio
size= Escaped string Image Size
Enter the desired image size in format [width]x[height].
Only used if the parameter preview is specified.
quality=60 10..90 JPEG Quality
Enter the desired JPEG quality.
Only used if the parameter preview is specified.
camera=both right
left
both
Preview Camera
Select the part of a double image that is displayed. Only used if the parameters preview or roi are specified and if the live stream of the camera shows both sensors.
roi Region of Interest
Output a part of the image given by the parameters roisize or camera.
roisize= Escaped string RoI Rectangle
Enter an RoI rectangle in MCU format (blocks of 16x16 pixels), e.g. 2x3x12x10 (offsetX, offsetY, width, height).
Only used if the parameter roi is specified.