Skip to content

Commit d64c58a

Browse files
committed
doc: 安装中文输入法
1 parent ccd4b1d commit d64c58a

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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后就可以使用了。

raspberrypi/use-camera-face-detection-with-picamera2-opencv/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "树莓派使用Picamera2和opencv进行人脸检测"
2+
title: "使用Picamera2和opencv进行人脸检测"
33
date: "2024-06-11"
44
categories:
55
- "树莓派"
@@ -41,7 +41,7 @@ while True:
4141
cv2.imshow("Camera", im)
4242
cv2.waitKey(1)
4343
```
44-
如果不出错的画就能看到视频画面,面部会被绿框标记:
44+
如果不出错的话就能看到视频画面,面部会被绿框标记:
4545
![picamera2-opencv-face-detection](picamera2-opencv-face-detection.png)
4646

4747
## 参考资料

raspberrypi/use-camera-with-python-picamera2/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "树莓派使用Picamera2库调用摄像头"
2+
title: "使用Picamera2库调用摄像头"
33
date: "2024-06-11"
44
categories:
55
- "树莓派"

raspberrypi/use-camera/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "树莓派通过VNC连接使用摄像头"
2+
title: "通过VNC连接使用摄像头"
33
date: "2024-06-11"
44
categories:
55
- "树莓派"

0 commit comments

Comments
 (0)