Message ID | 20211125150425.2284438-1-naush@raspberrypi.com |
---|---|
State | Accepted |
Commit | cb1de3990787c2e4e3b4a214758157b2869482cc |
Headers | show |
Series |
|
Related | show |
Thanks Naush! On Thu, 25 Nov 2021 at 15:04, Naushir Patuck <naush@raspberrypi.com> wrote: > > Update the urls in the README file for building/running libcamera on the > Raspberry Pi platforms. > > Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> David > --- > src/ipa/raspberrypi/README.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/ipa/raspberrypi/README.md b/src/ipa/raspberrypi/README.md > index 26534af0f708..94a8ccc84469 100644 > --- a/src/ipa/raspberrypi/README.md > +++ b/src/ipa/raspberrypi/README.md > @@ -17,9 +17,9 @@ _libcamera_ for the Raspberry Pi allows users to: > > ## How to install and run _libcamera_ on the Raspberry Pi > > -Please follow the instructions [here](https://github.com/raspberrypi/documentation/tree/master/linux/software/libcamera/README.md). > +Please follow the instructions [here](https://www.raspberrypi.com/documentation/accessories/camera.html). > > ## Documentation > > Full documentation for the _Raspberry Pi Camera Algorithm and Tuning Guide_ can > -be found [here](https://github.com/raspberrypi/documentation/tree/master/linux/software/libcamera/rpi_SOFT_libcamera_1p0.pdf). > +be found [here](https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf). > -- > 2.25.1 >
Quoting David Plowman (2021-11-25 15:06:04) > Thanks Naush! > > On Thu, 25 Nov 2021 at 15:04, Naushir Patuck <naush@raspberrypi.com> wrote: > > > > Update the urls in the README file for building/running libcamera on the > > Raspberry Pi platforms. > > > > Signed-off-by: Naushir Patuck <naush@raspberrypi.com> > > Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> I'll merge this now. -- Kieran > > David > > > --- > > src/ipa/raspberrypi/README.md | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/src/ipa/raspberrypi/README.md b/src/ipa/raspberrypi/README.md > > index 26534af0f708..94a8ccc84469 100644 > > --- a/src/ipa/raspberrypi/README.md > > +++ b/src/ipa/raspberrypi/README.md > > @@ -17,9 +17,9 @@ _libcamera_ for the Raspberry Pi allows users to: > > > > ## How to install and run _libcamera_ on the Raspberry Pi > > > > -Please follow the instructions [here](https://github.com/raspberrypi/documentation/tree/master/linux/software/libcamera/README.md). > > +Please follow the instructions [here](https://www.raspberrypi.com/documentation/accessories/camera.html). > > > > ## Documentation > > > > Full documentation for the _Raspberry Pi Camera Algorithm and Tuning Guide_ can > > -be found [here](https://github.com/raspberrypi/documentation/tree/master/linux/software/libcamera/rpi_SOFT_libcamera_1p0.pdf). > > +be found [here](https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf). > > -- > > 2.25.1 > >
diff --git a/src/ipa/raspberrypi/README.md b/src/ipa/raspberrypi/README.md index 26534af0f708..94a8ccc84469 100644 --- a/src/ipa/raspberrypi/README.md +++ b/src/ipa/raspberrypi/README.md @@ -17,9 +17,9 @@ _libcamera_ for the Raspberry Pi allows users to: ## How to install and run _libcamera_ on the Raspberry Pi -Please follow the instructions [here](https://github.com/raspberrypi/documentation/tree/master/linux/software/libcamera/README.md). +Please follow the instructions [here](https://www.raspberrypi.com/documentation/accessories/camera.html). ## Documentation Full documentation for the _Raspberry Pi Camera Algorithm and Tuning Guide_ can -be found [here](https://github.com/raspberrypi/documentation/tree/master/linux/software/libcamera/rpi_SOFT_libcamera_1p0.pdf). +be found [here](https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf).
Update the urls in the README file for building/running libcamera on the Raspberry Pi platforms. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> --- src/ipa/raspberrypi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)