From ae578e67750ba93253de613e3a2e978a9e311001 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 3 Feb 2022 11:07:11 +0000 Subject: [PATCH 1/2] camera: Add a note stating the legacy camera stack cannot work on a 64-bit OS Signed-off-by: Naushir Patuck --- documentation/asciidoc/accessories/camera/camera_usage.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/accessories/camera/camera_usage.adoc b/documentation/asciidoc/accessories/camera/camera_usage.adoc index bace1257a..2ab46f2ca 100644 --- a/documentation/asciidoc/accessories/camera/camera_usage.adoc +++ b/documentation/asciidoc/accessories/camera/camera_usage.adoc @@ -48,3 +48,5 @@ These steps are shown in the following video. video::E7KPSc_Xr24[youtube] NOTE: More information can be found in the https://www.raspberrypi.com/news/bullseye-camera-system/[blog post] discussing the transition. + +NOTE: The legacy camera stack cannot be re-enabled on a 64-bit Raspberry Pi OS release. \ No newline at end of file From 4a3a379ef2e3947be5aefd4216137e3fe750ab6f Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Thu, 3 Feb 2022 11:10:33 +0000 Subject: [PATCH 2/2] Changed NOTE to WARNING --- documentation/asciidoc/accessories/camera/camera_usage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/camera/camera_usage.adoc b/documentation/asciidoc/accessories/camera/camera_usage.adoc index 2ab46f2ca..b3d56e610 100644 --- a/documentation/asciidoc/accessories/camera/camera_usage.adoc +++ b/documentation/asciidoc/accessories/camera/camera_usage.adoc @@ -49,4 +49,4 @@ video::E7KPSc_Xr24[youtube] NOTE: More information can be found in the https://www.raspberrypi.com/news/bullseye-camera-system/[blog post] discussing the transition. -NOTE: The legacy camera stack cannot be re-enabled on a 64-bit Raspberry Pi OS release. \ No newline at end of file +WARNING: The legacy camera stack cannot be re-enabled on a 64-bit Raspberry Pi OS release.