File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ Tested on Raspberry Pi 4 Model B (8 GB).
2222
2323### Supported OS
2424
25- * Raspberry Pi OS Bullseye (32-bit)
25+ * Raspberry Pi OS Bullseye (32-bit and 64-bit )
2626
2727## Install
2828
29+ * 32-bit:
30+
2931``` shell
3032wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb
3133```
@@ -34,6 +36,16 @@ wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/down
3436sudo apt install -y ./libfacedetection.deb
3537```
3638
39+ * 64-bit:
40+
41+ ``` shell
42+ wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection_64.deb
43+ ```
44+
45+ ``` shell
46+ sudo apt install -y ./libfacedetection_64.deb
47+ ```
48+
3749## Uninstall
3850
3951``` shell
You can’t perform that action at this time.
0 commit comments