Skip to content

Commit

Permalink
docs: Fixed text wrap consistency and added full stop.
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Visser <jssvssr2000@gmail.com>
  • Loading branch information
Jessseee committed Apr 5, 2023
1 parent 33ddd77 commit f771399
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/extra-build-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,16 @@ So we have to explicitly enable it in local.conf.

RASPBERRYPI_CAMERA_V2 = "1"

This will add the device tree overlay imx219 ( Raspberry Pi Camera Module V2 sensor driver ) to config.txt.
Also, this will enable adding Contiguous Memory Allocation value in the cmdline.txt.
This will add the device tree overlay imx219 ( Raspberry Pi Camera Module V2 sensor driver
) to config.txt. Also, this will enable adding Contiguous Memory Allocation value in the
cmdline.txt.

Similarly, the Raspberry Pi Camera Module v3 also has to be explicitly enabled in local.conf.

RASPBERRYPI_CAMERA_V3 = "1"

This will add the device tree overlay imx708 ( Raspberry Pi Camera Module V3 sensor driver ) to config.txt
This will add the device tree overlay imx708 ( Raspberry Pi Camera Module V3 sensor driver )
to config.txt.

See:
* <https://www.raspberrypi.com/documentation/computers/camera_software.html>
Expand Down

0 comments on commit f771399

Please sign in to comment.