FRMRVM KAMERAS: Unterschied zwischen den Versionen

Aus OBS Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „My name is Gus (36 years old) and my hobbies are Billiards and Motor sports.<br><br>Review my web blog - [http://www.thanhlapdoanhnghiep.net.vn/thanh-lap-doanh…“)
 
(Die Seite wurde neu angelegt: „==Parameter für MOBOTIX-Kameras== '''http://<IP address>/cgi-bin/faststream.jpg''' (guest access)<br /> '''http://<IP address>/control/faststream.jpg''' (user…“)
 
Zeile 1: Zeile 1:
My name is Gus (36 years old) and my hobbies are Billiards and Motor sports.<br><br>Review my web blog - [http://www.thanhlapdoanhnghiep.net.vn/thanh-lap-doanh-nghiep Thành lập doanh nghiệp cổ phần]
==Parameter für MOBOTIX-Kameras==
'''http://<IP address>/cgi-bin/faststream.jpg''' (guest access)<br />
'''http://<IP address>/control/faststream.jpg''' (user access)<br />
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:<br />
'''http://<IP address>/cgi-bin/faststream.jpg?stream=full&html'''<br />
Appending ?help to the end of the command will display the corresponding help page:<br />
'''http://<IP address>/cgi-bin/faststream.jpg?help'''<br />
 
 
'''Guest Access:'''<br />
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.<br />
 
'''User Access:'''<br />
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<br />
Example: faststream.jpg?stream=full&fps=1.0
 
{| class="wikitable"
|-
! Parameter=Default !! Values !! Explanation
|-
| help || || '''Help'''<br />This overview.
|-
| stream=MxPEG || full<br />MxPEG<br />mxg || '''Stream Type'''<br />Image data in stream:<br />full: full JPEG images<br />MxPEG: MOBOTIX optimized JPEG<br />mxg: MxPEG Clipfile; not server push
|-
| noaudio || || '''No Audio Switch'''<br />Disable audio data in image stream.<br />Audio is only available for MxPEG streams.
|-
| needlength || || '''Need Content-Length'''<br />Send HTTP content-length for every frame in server push stream.<br />Note: This option is not useful for browsers.
|-
| fps=16 || Escaped string || '''Frames per Second'''<br />Frame rate of streamed images:<br />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'''<br />I-frame interval in seconds.<br />0: turn off<br />Note: Using this option disables jpheaderrefresh and jpheaderupdate.
|-
| jpheaderupdate=0 || 0..1000 || '''Frames between tables refreshs'''<br />Table refresh count. 0: off, 1: every frame, 2: every second frame, ...
|-
| jpheaderrefresh=10 || 0..60 || '''Seconds between table refreshs'''<br />Table refresh time. 0: off, 1: every second, 2: every second second, ...
|-
| framecount=0 || 0.. || '''Frame Counter'''<br />Amount of images delivered before stream stops (0=infinite).
|-
| fip=10.x.x.x || Escaped string || '''Factory IP'''<br />Will only deliver an image if the camera has this factory IP address.
|-
| error=picture || picture<br />empty<br />content<br />current || '''Error Handling'''<br />Sets the error handling options in case no image is available:<br />picture: returns the "No frame available!" image<br />empty: returns nothing<br />content: returns only the content type<br />current: returns the current.jpg image
|-
| html|| || '''HTML Page With Stream'''<br />Output HTML demo page including stream.
|-
| preview || || '''Preview Mode'''<br />Output image in the format given by the parameter size. It may be smaller to keep the aspect ratio
|-
| size= || Escaped string || '''Image Size'''<br />Enter the desired image size in format [width]x[height].<br />Only used if the parameter preview is specified.
|-
| quality=60 || 10..90 || '''JPEG Quality'''<br />Enter the desired JPEG quality.<br />Only used if the parameter preview is specified.
|-
| camera=both || right<br />left<br />both || '''Preview Camera'''<br />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'''<br />Output a part of the image given by the parameters roisize or camera.
|-
| roisize= || Escaped string || '''RoI Rectangle'''<br />Enter an RoI rectangle in MCU format (blocks of 16x16 pixels), e.g. 2x3x12x10 (offsetX, offsetY, width, height).<br />Only used if the parameter roi is specified.
|}

Aktuelle Version vom 13. Oktober 2022, 06:01 Uhr

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.