Page | 87 of 105
AVR8414 Operation Manual – Rev O
midPointNight=-1
#bezelLuminanceDayMin, bezelLuminanceDayMax bezelLuminanceNightMin, bezelLuminanceNightMax
#oledLuminanceDayMin, oledLuminanceDayMax oledLuminanceNightMin, oledLuminanceNightMax
#options are -1, 0..100 ** defaults to -1 (calibrated defaults)
bezelLuminanceDayMin=-1
bezelLuminanceDayMax=-1
bezelLuminanceNightMin=-1
bezelLuminanceNightMax=-1
oledLuminanceDayMin=-1
oledLuminanceDayMax=-1
oledLuminanceNightMin=-1
oledLuminanceNightMax=-1
#potentiometer5VMin, potentiometer5VMax, options are -1, 0..5000 ** defaults to -1 (calibrated defaults)
potentiometer5VMin=-1
potentiometer5VMax=-1
#potentiometer28VMin, potentiometer28VMax, options are -1, 0..28000 ** defaults to -1 (calibrated defaults)
potentiometer28VMin=-1
potentiometer28VMax=-1
#statusLeds options are yes or no, ** defaults to yes, front panel status LEDs will be disabled if set to no.
statusLeds=yes
[REC]
#General REC settings -- apply to both REC1 and REC2 channels
#encodeDecimate options are yes or no, ** defaults to yes
encodeDecimate=yes
#reachbackSeconds options are 30, 60 180
reachbackSeconds=30
#storagePriority -- if a disk target becomes full or unavailable storagePriority dictates the next record target
# storagePriority options are: any combination of ALL four possible disk targets separated by "->",
# i.e. storagePriority=INT->SSD->SD->USB (highest priority is first)
storagePriority=SSD->SD->INT->USB
#noiseFilter options are: yes or no -- if yes all video inputs will be filtered prior to encoding
# -- this could help for noisy video inputs causing MUX_ERRORS . ** defaults to no
noiseFilter=no
#ethToFile options are yes or no -- if yes a TS rxd via Ethernet UDP will be written to a disk file ** defaults to no
ethToFileEnable=no
#ethToFilePort -- UDP source port for Ethernet To file option. Valid Range is 1..65535
# Note1: required parameter if ethToFileEnable=yes, Note2: REC1 and REC2 must not have the same udp-port numbers
ethToFilePort=1239
#ethToFileMulticastIp this is an optional parameter only needed if the UDP source is from a multicast address.
# If not specified the DVR IP address will be used (unicast)
ethToFileMulticastIp=224.1.1.2
#deinterlace options are: yes or no -- if yes all composite video inputs will be deinterlaced prior to encoding.
# ** defaults to yes
deinterlace=yes
#REC1 and REC2
#videoInputs options are HD1, HD2, ETH or NONE for REC1 or HD1, HD2, ETH or any combo
#of SD1 SD2 SD3 SD4 (in that order) or NONE for REC2
# Note1: if videoInputs=ETH you must set ethToFileEnable=yes in [REC] else it is not a valid option
# Note2: if videoInputs=NONE the rest of the RECn setup parameters are ignored for a specific channel and the channel will be
initialized to defaults
#target options are: INT, SSD, SD, USB, ETH.
# Note1: if REC2 target is ETH then only one SD port can be selected for REC2 videoInputs
# Note2: if videoInputs=ETH then ETH target is not a valid option
#clone options are: NONE, INT, SSD, SD (may not be the same as target). Note1: overflow is disabled if clone is enabled. **
defaults to NONE
#overflow options are: yes or no -- if yes then overflow device will be next device in storagePriority. ** defaults to no