Skip to content

Configuration File

Félix Roy edited this page Dec 15, 2019 · 4 revisions

Introduction

The wiki page contains information about Steno application parameters contained in the steno.conf file. This file is automatically generated when the application first run.

APP

Parameter Type Description
OUTPUT_FOLDER string Path of the directory where the output files will be written
MICROPHONE_CONFIGURATION string Path of the microphone configuration
ODAS_LIBRARY string Path of ODAS library

AUDIO_INPUT and AUDIO_OUTPUT

Parameter Type Description
DEVICE_NAME string Audio device name
CHANNELS int Channel count
RATE int Channels sampling rate
FORMAT_BYTES int
IS_LITTLE_ENDIAN bool
PACKET_AUDIO_SIZE int
PACKET_HEADER_SIZE int

DARKNET

Parameter Type Description
SLEEP_BETWEEN_LAYERS_FORWARD_US int

DEWARPING

Parameter Type Description
IN_RADIUS int
OUT_RADIUS int
ANGLE_SPAN int
TOP_DISTORSION_FACTOR int
BOTTOM_DISTORSION_FACTOR int
FISH_EYE_ANGLE int
DETECTION_DEWARPING_COUNT int

STREAM

Parameter Type Description
ASPECT_RATIO_WIDTH int
ASPECT_RATIO_HEIGHT int
MIN_ELEVATION int
MAX_ELEVATION int

TRANSCRIPTION

Parameter Type Description
LANGUAGE int French(0) or English(1)
AUTOMATIC_TRANSCRIPTION bool Transcribe automatically after a recording
CERTIFICATE_PATH string Path of the certificate
CERTIFICATE_KEY_PATH string Path of the certificate key

VIDEO_INPUT and VIDEO_OUTPUT

Parameter Type Description
FPS int Frame per second
WIDTH int Width of the video device
HEIGHT int Height of the video device
DEVICE_NAME string Name of the video device
IMAGE_FORMAT int RGB_FMT(0), UYVY_FMT(1) or YUYV_FMT(2)