![MULTISOFT VGR-1000 User Manual Download Page 53](http://html1.mh-extra.com/html/multisoft/vgr-1000/vgr-1000_user-manual_1855439053.webp)
Video Grabber User Manual - v. 1.19 (FW 1.29)
53
5.5.2.
confOutput (subsection 2)
In the following table only
OBJECTNUMBER
part of the identifier (OID) is listed.
OBJECTNUMBER Name
Access
Type
Description
1
outputType
read-write
String
Output type, one of the following:
BROADCAST – data is broadcasted
NFS – files are saved on NFS share
SMB – files are saved on SMB share
RTSP – data is streamed using RTSP
stream
2
outputFps
read-write
Integer
Capture framerate in cFPS units
3
outputCodec read-write
String
Codec – BMP, PNG, JPG, JPEG2000,
H264, LOSSLESS or AUTO.
AUTO works only if outputType is set to
RTSP
Example:
To configure the Video Grabber with IP address 192.168.5.2 to provide a 10FPS H264 RTSP stream one
would have to run the following commands:
First to set the outputType to RTSP:
snmpset –v3 –l authPriv –u rw_user
-a MD5 –A uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
-x DES –X LlUzFSpOVmBrem3VOFYfqd42VB1vve
192.168.5.2 1.3.6.1.4.1.46236.1.3.2.1.0 s “RTSP”
Then to set outputFPS to 10FPS (remember about the cFPS unit 10FPS = 1000 cFPS):
snmpset –v3 –l authPriv –u rw_user
-a MD5 –A uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
-x DES –X LlUzFSpOVmBrem3VOFYfqd42VB1vve
192.168.5.2 1.3.6.1.4.1.46236.1.3.2.2.0 i 1000
And lastly to set the outputCodec to AUTO:
snmpset –v3 –l authPriv –u rw_user
-a MD5 –A uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
-x DES –X LlUzFSpOVmBrem3VOFYfqd42VB1vve
192.168.5.2 1.3.6.1.4.1.46236.1.3.2.3.0 s “AUTO”
Once the settings are set one would have to apply them by running the following command:
snmpset –v3 –l authPriv –u rw_user
-a MD5 –A uXTxzFQOscIZR1qcMAOSEwxf2HDeD6
-x DES –X LlUzFSpOVmBrem3VOFYfqd42VB1vve
192.168.5.2 1.3.6.1.4.1.46236.1.3.11.1.0 i 4321
At this point the H264 stream becomes available under the following address:
rtsp://192.168.66.40/stream.264