Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Feb 12, 2024
1 parent bcdf9e0 commit 1f3555d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/collection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ CameraDetails getDefaultDetails(CameraName name) => CameraDetails(
status: CameraStatus.CAMERA_ENABLED,
);

/// Default details for the RealSense camera.
///
/// These settings are balanced between autonomy depth and normal RGB.
CameraDetails getRealsenseDetails(CameraName name) => CameraDetails(
name: name,
resolutionWidth: 300,
Expand Down

0 comments on commit 1f3555d

Please sign in to comment.