Skip to content

Commit

Permalink
删除编号
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshanshan committed Jun 5, 2024
1 parent 0e9d13f commit cfcf153
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions source/canmv/faq.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
CanMV FAQ
===============

1 芯片供应正常吗?
芯片供应正常吗?
---------------------

敞开供应,价格美丽。可通过嘉楠官网联系销售对接,或发送合作邮件至 [salesAI@canaan-creative.com](mailto://salesAI@canaan-creative.com)

2 我的TF/Micro SD 卡不能正常识别?
我的TF/Micro SD 卡不能正常识别?
-----------------------------------

TF/Micro SD 读取不到现象及解决方法
Expand All @@ -24,7 +24,7 @@ TF/Micro SD 读取不到现象及解决方法
* 可能存在的原因:部分 SD 出厂时,sd 中没有磁盘分区表,或者磁盘分区表类型不是 MBR,可使用 Diskgenius 将 SD 卡转换为 MBR 格式


3 TF/Micro SD 卡支持多大容量
TF/Micro SD 卡支持多大容量
-----------------------------

测试过 **1TB** 都可以使用
Expand All @@ -35,7 +35,7 @@ TF/Micro SD 读取不到现象及解决方法
![](../_static/img/spi_sd.jpg)


4 为什么TF卡格式没有问题,但是无法读取TF卡,挂载失败
为什么TF卡格式没有问题,但是无法读取TF卡,挂载失败
-----------------------------------------------------

请使用
Expand All @@ -59,7 +59,7 @@ print(sd_check())

进行检测是否挂载成功

5 执行代码遇到报错:OSEerror: [Errno 2] ENOENT
执行代码遇到报错:OSEerror: [Errno 2] ENOENT
-------------------------------

所需要读取的文件不存在对应的路径上,如果这个文件是在sd卡上的话,建议查看sd卡是否挂载了
Expand All @@ -77,20 +77,20 @@ def sd_check():
print(sd_check())
```

6 能换摄像头吗?当前支持哪些sensor?
能换摄像头吗?当前支持哪些sensor?
------------------------------------

目前支持 OV2640,OV5640,OV5642,OV,7740,OV3660,GC0328,GC2145,GC0308

如果需要更换,请确认sensor电平与引脚参数一致。


7 为什么连接了 IDE 帧率降低了很多
为什么连接了 IDE 帧率降低了很多
----------------------------------

K210 没有 USB 外设, 因此只能使用串口与 IDE 通信, 速度不如 USB 设备快,因此会影响帧率, 可以关闭 IDE 的摄像头预览

8 为什么 IDE 上预览的摄像头图像很模糊
为什么 IDE 上预览的摄像头图像很模糊
----------------------------------------

K210 没有 USB 外设, 因此只能使用串口与 IDE 通信, 速度不如 USB 设备快, 因此对图片进行了压缩,如果需要看清晰的图像请在开发板的屏幕上看,或者保存成图片传到电脑查看
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'CanMV'
project = 'K230 CanMV'
copyright = '2022 Canaan Inc'
author = 'Canaan'
# release = '0.1'
Expand Down

0 comments on commit cfcf153

Please sign in to comment.