Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We are keen to accept and distribute interesting post-processing stages contribu

==== Basic Post-Processing Stages

Post-processing stages have a simple API, and users can create their own by deriving from the `PostProcessingStage` class. The member functions that must be implemented are listed below, though note that some be be unnecessary for simple stages.
Post-processing stages have a simple API, and users can create their own by deriving from the `PostProcessingStage` class. The member functions that must be implemented are listed below, though note that some may be unnecessary for simple stages.

[cols=",^"]
|===
Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/config_txt/camera.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Setting `disable_camera_led` to `1` prevents the red camera LED from turning on

=== `awb_auto_is_greyworld`

Setting `awb_auto_is_greyworld` to `1` allows libraries or applications that do not support the greyworld option internally to capture valid images and videos with NoIR cameras. It switches "auto" awb mode to use the "greyworld" algorithm. This should only be be needed for NoIR cameras, or when the High Quality camera has had its xref:../accessories/camera.adoc#raspberry-pi-hq-camera-filter-removal[IR filter removed].
Setting `awb_auto_is_greyworld` to `1` allows libraries or applications that do not support the greyworld option internally to capture valid images and videos with NoIR cameras. It switches "auto" awb mode to use the "greyworld" algorithm. This should only be needed for NoIR cameras, or when the High Quality camera has had its xref:../accessories/camera.adoc#raspberry-pi-hq-camera-filter-removal[IR filter removed].
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/processors/rp3a0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It is used by the xref:raspberry-pi.adoc#raspberry-pi-zero-2-w[Raspberry Pi Zero

image:images/RP3A0-crosssection.png[width="70%"]

The RP3A0 is a Quad-core 64-bit Arm Cortex A53 CPU clocked at 1 GHz, although with a heat sink or other cooling solution in place, the chip can be be potentially overclocked to 1.2 GHz.
The RP3A0 is a Quad-core 64-bit Arm Cortex A53 CPU clocked at 1 GHz, although with a heat sink or other cooling solution in place, the chip can be potentially overclocked to 1.2 GHz.

Please refer to the following BCM2836 document for details on the ARM peripherals specification, which also applies to the BCM2837 and RP3A0.

Expand Down