/* * CameraID : 0 (Hires camera), 1 (Optic flow camera). * CameraFPS : 30 (default), max FPS required for HFR use cases. * : Eg: Set to 60 for 1080p60 + 480p30 use case. * SnapshotType : None (Disable snapshot),JPEG (JPEG snapshot), * : RAWYUV (Raw YUV snapshot),RAWRDI (Raw snapshot). * SnapshotWidth : Width of snapshot,0 (Take snapshot with max size). * SnapshotHeight : Height of snapshot,0 (Take snapshot with max size). * SnapshotCount : Count of snapshot (The Max count of continus snapshot is 30). * AFMode : None (Not to operate auto focus[default]), Off (Disable Auto focus), * : AUTO (Auto Focus), MACRO (Macro Focus Mode),CVAF (Continuous-video ), * : CPAF (Continuous-picture), EDOF (EDOF Mode). * RecordingTime : Time duration for recording in second. * NumStream : Number of stream to record. * TNR : 1(Enable tnr), 0(Disable tnr) * VHDR : 1(Enable vhdr), 0(Disable vhdr) * BinningCorrect : 1 (enable binning correction), 0 (disable binning correction). * TrackType : YUV(Track YUV format stream), AVC(Track AVC format stream), * : HEVC(Track HEVC format stream), RAW(Track RAW format stream). * LTRCount : LTR count for track[AVC/HEVC]. Should be in range [1-4]. * : Default is 0(disabled). * CamLowPowerMode : 0 (with post processing), 1 (without post processing) */ CameraID : 0 CameraFPS : 30 SnapshotType : None SnapshotWidth : 3840 SnapshotHeight : 2160 SnapshotCount : 0 AFMode : None RecordingTime : 10 NumStream : 2 TNR : 0 VHDR : 0 BinningCorrect : 0 #First Stream Encoder Params Width : 3840 Height : 2160 FPS : 30 Bitrate : 8000000 TrackType : AVC LTRCount : 0 CamLowPowerMode : 0 #Second Stream Encoder Params Width : 1920 Height : 1080 FPS : 30 Bitrate : 6000000 TrackType : YUV CamLowPowerMode : 1