-
Notifications
You must be signed in to change notification settings - Fork 11
Configuration
This document provides an in-depth explanation of all configuration options available in the Prudynt streamer. Each option allows for customization to best fit your device's requirements.
Default: "INFO"
Options: DEBUG, INFO, WARNING, ERROR
Description: Sets the logging level for system operation. Adjust this setting based on the amount of detail you require in logs.
Default: 554
Description: The port number on which the RTSP service will run.
Default: "thingino prudynt"
Description: Descriptive name for the RTSP service, visible in network discovery.
Default: 5000 (kbps)
Description: Estimated bitrate for RTSP streaming, adjusting this can affect stream quality.
Default: 500000 (bytes)
Description: Output buffer size for RTSP streaming, impacting how much data can be buffered before transmission.
Default: 307200 (bytes)
Description: Send buffer size for RTSP streaming, affecting the throughput of data sending.
Default: true
Description: Enable or disable authentication for the RTSP stream.
Default: "thingino"
Description: Username for RTSP authentication if enabled.
Default: "thingino"
Description: Password for RTSP authentication if enabled.
Default: "gc2053"
Description: Model of the camera sensor.
Default: 0x37
Description: I2C address of the camera sensor.
Default: 24
Description: Frames per second captured by the sensor.
Default: 1920 (pixels)
Description: Width of the sensor's captured image.
Default: 1080 (pixels)
Description: Height of the sensor's captured image.
Default: "ch0"
Description: Endpoint name for the RTSP URL stream.
Default: "H264"
Options: H264, H265
Description: Video format for the stream.
Default: 1000 (kbps)
Description: Bitrate for the video stream.
Default: 1920 (pixels)
Description: Width of the video stream.
Default: 1080 (pixels)
Description: Height of the video stream.
Default: 2
Description: Number of buffers allocated for the stream.
Default: 24
Description: Frames per second for the video stream.
Default: 30
Description: Group of Pictures size, important for video compression.
Default: 60
Description: Maximum Group of Pictures size for the video stream.
Default: 0
Options: 0 (no rotation), 1 (90 degrees), 2 (270 degrees)
Description: Software Rotation of the video stream.
** Rotation is ONLY supported on T31 **
Default: false
Description: Enable or disable scaling of the video stream.
Scale height and width should be equal to the stream height and width set above.
Default: 640 (pixels)
Description: Width of the scaled video stream.
Default: 360 (pixels)
Description: Height of the scaled video stream.
Default: true
Description: Enable or disable JPEG snapshots for Stream1.
Default: "/tmp/snapshot.jpg"
Description: File path where JPEG snapshots are saved.
Default: 75
Description: Quality of JPEG snapshots (range 1-100).
Default: 1000 (milliseconds)
Description: Interval at which JPEG snapshots are refreshed.
These can be set under a osd
property for each stream.
Default: true
Description: Enable or disable the On-Screen Display (OSD).
Default: "/usr/share/fonts/UbuntuMono-Regular2.ttf"
Description: Path to the font file used for OSD text.
Default: 64
Description: Font size used for OSD text.
Default: 0xFFFFFFFF
Description: Font color for OSD text in ARGB format.
Default: true
Description: Enable or disable a stroke (outline) for OSD text.
Default: 64
Description: Size of the stroke around OSD text.
Default: 0xFF000000
Description: Color of the stroke around OSD text in ARGB format.
Default: true
Description: Enable or disable the time display in the OSD.
Default: "%I:%M:%S%p %m/%d/%Y"
Description: Format string used for displaying time in the OSD.
Default: true
Description: Enable or disable the display of custom user text in the OSD.
Default: "thingino"
Description: Custom text to be displayed in the OSD.
Default: true
Description: Enable or disable the display of system uptime in the OSD.
Default: "Uptime: %02lu:%02lu:%02lu"
Description: Format string used for displaying system uptime in the OSD.
Default: true
Description: Enable or disable the display of a logo image in the OSD.
Default: "/usr/share/thingino_logo_1.bgra"
Description: Path to the logo image file used in the OSD.
Default: 100 (pixels)
Description: Width of the logo image displayed in the OSD.
Must be specified for the logo to be correctly displayed
Default: 30 (pixels)
Description: Height of the logo image displayed in the OSD.
Must be specified for the logo to be correctly displayed
Default: 8 Description: X position (in pixels) for the time display in the OSD.
Default: 8 Description: Y position (in pixels) for the time display in the OSD.
Default: 0 Description: X position (in pixels) for user-defined text in the OSD.
Default: 8 Description: Y position (in pixels) for user-defined text in the OSD.
Default: -8 Description: X position (in pixels) for the uptime display in the OSD.
Default: 8 Description: Y position (in pixels) for the uptime display in the OSD.
Default: -8 Description: X position (in pixels) for the logo in the OSD.
Default: -8 Description: Y position (in pixels) for the logo in the OSD.
Default: false
Description: Enable or disable motion detection feature.
Default: "/usr/sbin/motion.sh"
Description: Path to the script executed when motion is detected.
Default: 0 (seconds)
Description: Time to wait before re-triggering motion detection (debounce period).
Default: 0 (seconds)
Description: Time to continue recording after motion detection stops.
Default: 5 (seconds)
Description: Time to wait after a motion event before detecting new motion events.
Default: 5 (seconds)
Description: Time for the motion detection system to initialize at startup.
Default: 1
Description: Sensitivity level for motion detection.
Default: 5
Description: Number of frames to skip for motion detection (reduces CPU load).
Default: 1920 (pixels)
Description: Width of the frame used for motion detection.
Default: 1080 (pixels)
Description: Height of the frame used for motion detection.
Defaults: 0, 0, 1920, 1080
Description: Coordinates defining the Region Of Interest (ROI) for motion detection. ROI_0 defines the top-left corner, ROI_1 defines the bottom-right corner.
Default: 1
Description: Number of active Regions Of Interest (ROI) for motion detection.