Difference between revisions of "Cheetah1 SDK v1.16 Known Issue"

From rs_wiki
Jump to: navigation, search
(创建页面,内容为“Cheetah1<br/> <br/> '''1. 不支持常见的串口波特率38400。下一版本会支持。'''<br/> 有一个补丁可以增加。<br/> \\192.168.1.88\RoseekShare\RO…”)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Cheetah1<br/>
 
Cheetah1<br/>
 
<br/>
 
<br/>
'''1. 不支持常见的串口波特率38400。下一版本会支持。'''<br/>
+
'''1. The serial port baud rate of 38400 is not supported. The next version will be supported.'''<br/>
有一个补丁可以增加。<br/>
+
There is a patch that can be added.<br/>
 
\\192.168.1.88\RoseekShare\ROSEEK_WebUseFullSDK\Cheetah1_cn\v1.16.00_20170712_patch_1
 
\\192.168.1.88\RoseekShare\ROSEEK_WebUseFullSDK\Cheetah1_cn\v1.16.00_20170712_patch_1
  
  
'''2. Roseek_MediaEncoder_InitParamsV1 函数在文档中没有。'''<br/>
+
'''2. The "Roseek_MediaEncoder_InitParamsV1" function is not in the document.'''<br/>
该函数使用新的参数数据结构,增加了一些配置项。<br/>
+
This function uses a new parameter data structure and adds some configuration items.<br/>
暂时这些配置项还未启用,因此不需要额外配置。<br/>
+
Temporarily, these configuration items are not enabled, so there is no need to additional configuration.<br/>
可以沿用Roseek_MediaEncoder_InitParams,或者使用
+
You can use the "Roseek_MediaEncoder_InitParams" or use the "Roseek_MediaEncoder_InitParamsV1", the effect is the same.<br/>
Roseek_MediaEncoder_InitParamsV1,效果是一样的。<br/>
 
  
  
'''3. Linux 串口启动时不能马上使用,过大约1分钟之后才能使用'''<br/>
+
'''3. The Linux serial port cannot be used immediately when it is started. It takes about 1 minute to use.'''<br/>
回答:<br/>
+
In current and previous versions, we found that a service can affects the serial port.<br/>
当前及之前的版本我们发现有个服务会影响串口<br/>
+
It is recommended that you manually configure this service to be down. <br/>
建议您手动把这个服务配置为关闭。命令为:<br/>
+
The command is:<br/>
sudo systemctl disable ModemManager.service<br/>
+
:sudo systemctl disable ModemManager.service<br/>
1.17版本SDK会在安装时自动执行这个命令以修正这个问题。<br/>
+
The 1.17 version of the SDK will automatically execute this command during installation to fix this problem.<br/>

Latest revision as of 01:33, 31 October 2018

Cheetah1

1. The serial port baud rate of 38400 is not supported. The next version will be supported.
There is a patch that can be added.
\\192.168.1.88\RoseekShare\ROSEEK_WebUseFullSDK\Cheetah1_cn\v1.16.00_20170712_patch_1


2. The "Roseek_MediaEncoder_InitParamsV1" function is not in the document.
This function uses a new parameter data structure and adds some configuration items.
Temporarily, these configuration items are not enabled, so there is no need to additional configuration.
You can use the "Roseek_MediaEncoder_InitParams" or use the "Roseek_MediaEncoder_InitParamsV1", the effect is the same.


3. The Linux serial port cannot be used immediately when it is started. It takes about 1 minute to use.
In current and previous versions, we found that a service can affects the serial port.
It is recommended that you manually configure this service to be down.
The command is:

sudo systemctl disable ModemManager.service

The 1.17 version of the SDK will automatically execute this command during installation to fix this problem.