Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thezhangy937 committed Jan 23, 2022
1 parent 25f6103 commit f317cd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## 使用说明

1. 将压缩包解压后得到以下文件:![avatar](Picture\1.png)
1. 将压缩包解压后得到以下文件:![](Picture/1.jpg)

| 上位机源码 | 包含C#上位机源码,已完成一部分的注释工作,可后期自行增加新功能 |
| :--------: | ------------------------------------------------------------ |
Expand All @@ -17,7 +17,7 @@

2. 打开上位机.exe得到以下界面,将图像大小修改为所使用摄像头对应的120x160(自行修改)

![avatar](Picture\2.png)
![](Picture\2.jpg)

3. 打开AURIX中的龙邱总测试例程,取消注释TEST_CAMERA函数(逐飞可仿照)

Expand Down Expand Up @@ -99,7 +99,7 @@ void CAMERA_Bin_Reprot (void)

6. 上位机修改:本上位机基于龙邱上位机开源方案修改(当然龙邱也是根据开源方案修改),此为开源的第一版,主要是增加了注释,方便大家后续的修改。

![avatar](Picture\3.png)
![](Picture\3.jpg)

​ 点击查看代码,主要为增加了ReceiveBinImage()函数,串口发送接收的框架无需修改,可增加自己使用的图像尺寸,或者直接改成输入框输入尺寸(注意同步修改单片机发送函数),也可以增加更多的显示功能。

Expand Down

0 comments on commit f317cd4

Please sign in to comment.