Skip to content

Commit d4bb525

Browse files
Merge pull request #3758 from raspberrypi/nathan-contino-patch-2
Remove `rawfull` from documentation, it has been removed from rpicam-apps
2 parents 634833c + 5cfa0fe commit d4bb525

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

documentation/asciidoc/computers/camera/rpicam_options_common.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@ Examples:
184184
185185
Each accepts a single number defining the dimensions, in pixels, of the image displayed in the preview window. Does not effect the preview window dimensions, since images are resized to fit. Does not affect captured still images or videos.
186186
187-
==== `rawfull`
188-
189-
Forces the sensor to capture images in full resolution mode regardless of xref:camera_software.adoc#width-and-height[requested output resolution]. Because larger resolutions require more resources, this can negatively impact framerate. When used with the HQ camera, each frame can take up to 18MB of space (compared with 5MB in 2×2 binned mode). Does not accept a value.
190-
191-
For `rpicam-hello`, has no effect.
192-
193187
==== `mode`
194188
195189
Allows you to specify a camera mode in the following colon-separated format: `<width>:<height>:<bit-depth>:<packing>`. The system selects the closest available option for the sensor if there is not an exact match for a provided value. You can use the packed (`P`) or unpacked (`U`) packing formats. Impacts the format of stored videos and stills, but not the format of frames passed to the preview window.

0 commit comments

Comments
 (0)