File tree 5 files changed +22
-4
lines changed
install-chinese-input-method
use-camera-face-detection-with-picamera2-opencv
use-camera-with-python-picamera2
5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 安装Google拼音中文输入法"
3
+ date : " 2024-06-11"
4
+ categories :
5
+ - " 树莓派"
6
+ tags :
7
+ - " RaspberryPi"
8
+ order : 2
9
+ ---
10
+ 想要输入中文,需要自己安装输入法,运行如下命令:
11
+ ``` bash
12
+ sudo apt-get update
13
+ sudo apt-get install -y fcitx fcitx-googlepinyin
14
+ sudo reboot
15
+ ```
16
+ 之后点击** Preferences–>Fcitx Configuration**
17
+ ![ Fcitx-Configuration] ( Fcitx-Configuration.png )
18
+ 点击加号,输入google,点击ok后就可以使用了。
Original file line number Diff line number Diff line change 1
1
---
2
- title : " 树莓派使用Picamera2和opencv进行人脸检测 "
2
+ title : " 使用Picamera2和opencv进行人脸检测 "
3
3
date : " 2024-06-11"
4
4
categories :
5
5
- " 树莓派"
@@ -41,7 +41,7 @@ while True:
41
41
cv2.imshow(" Camera" , im)
42
42
cv2.waitKey(1 )
43
43
```
44
- 如果不出错的画就能看到视频画面 ,面部会被绿框标记:
44
+ 如果不出错的话就能看到视频画面 ,面部会被绿框标记:
45
45
![ picamera2-opencv-face-detection] ( picamera2-opencv-face-detection.png )
46
46
47
47
## 参考资料
Original file line number Diff line number Diff line change 1
1
---
2
- title : " 树莓派使用Picamera2库调用摄像头 "
2
+ title : " 使用Picamera2库调用摄像头 "
3
3
date : " 2024-06-11"
4
4
categories :
5
5
- " 树莓派"
Original file line number Diff line number Diff line change 1
1
---
2
- title : " 树莓派通过VNC连接使用摄像头 "
2
+ title : " 通过VNC连接使用摄像头 "
3
3
date : " 2024-06-11"
4
4
categories :
5
5
- " 树莓派"
You can’t perform that action at this time.
0 commit comments