Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Oct 20, 2021
1 parent de000c4 commit 13225b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/systems/camera_video_recorder/CameraVideoRecorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ class ignition::gazebo::systems::CameraVideoRecorderPrivate
/// By default (false), video encoding is done using real time.
public: bool recordVideoUseSimTime = false;

/// \brief Video recorder bitrate (bps)
/// \brief Video recorder bitrate (bps). This is rougly 2Mbps which
/// produces decent video quality while not generating overly large
/// video files.
///
/// Another point of reference is at:
/// https://support.google.com/youtube/answer/1722171?hl=en#zippy=%2Cbitrate
public: unsigned int recordVideoBitrate = 2070000;

/// \brief Recording frames per second.
Expand Down

0 comments on commit 13225b3

Please sign in to comment.