From 5cfa0fe2fd2efee5049ab02df883a354e9827939 Mon Sep 17 00:00:00 2001 From: nate contino Date: Tue, 2 Jul 2024 13:27:42 +0100 Subject: [PATCH] Remove `rawfull` from documentation, it has been removed from rpicam-apps --- .../asciidoc/computers/camera/rpicam_options_common.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/documentation/asciidoc/computers/camera/rpicam_options_common.adoc b/documentation/asciidoc/computers/camera/rpicam_options_common.adoc index 2be1fe85d..d134d5782 100644 --- a/documentation/asciidoc/computers/camera/rpicam_options_common.adoc +++ b/documentation/asciidoc/computers/camera/rpicam_options_common.adoc @@ -184,12 +184,6 @@ Examples: 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. -==== `rawfull` - -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. - -For `rpicam-hello`, has no effect. - ==== `mode` Allows you to specify a camera mode in the following colon-separated format: `:::`. 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.