Skip to content

Commit 337ff3a

Browse files
Merge pull request #4238 from naushir/develop
camera: Update tflite package instructions
2 parents d7e3f73 + 8aa0924 commit 337ff3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

documentation/asciidoc/computers/camera/rpicam_apps_post_processing_tflite.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
==== Prerequisites
44

5-
These stages require TensorFlow Lite (TFLite) libraries that export the {cpp} API. TFLite doesn't distribute libraries in this form, but you can download and install a version that exports the API from https://lindevs.com/install-precompiled-tensorflow-lite-on-raspberry-pi/[lindevs.com].
5+
These stages require TensorFlow Lite (TFLite) libraries that export the {cpp} API. From Trixie onwards, Raspberry Pi builds and distributes a TFLite package, which can be installed with the following command:
6+
7+
[source,console]
8+
----
9+
$ sudo apt install libtensorflow-lite-dev
10+
----
611

712
After installing, you must xref:camera_software.adoc#build-libcamera-and-rpicam-apps[recompile `rpicam-apps` with TensorFlow Lite support].
813

0 commit comments

Comments
 (0)