Difference between revisions of "Cheetah1 SDK v1.16 Known Issue"
(创建页面,内容为“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. | + | '''1. The serial port baud rate of 38400 is not supported. The next version will be supported.'''<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 | + | '''2. The "Roseek_MediaEncoder_InitParamsV1" function is not in the document.'''<br/> |
− | + | This function uses a new parameter data structure and adds some configuration items.<br/> | |
− | + | Temporarily, these configuration items are not enabled, so there is no need to additional configuration.<br/> | |
− | + | You can use the "Roseek_MediaEncoder_InitParams" or use the "Roseek_MediaEncoder_InitParamsV1", the effect is the same.<br/> | |
− | |||
− | '''3. Linux | + | '''3. The Linux serial port cannot be used immediately when it is started. It takes about 1 minute to use.'''<br/> |
− | + | In current and previous versions, we found that a service can affects the serial port.<br/> | |
− | + | It is recommended that you manually configure this service to be down. <br/> | |
− | + | The command is:<br/> | |
− | + | :sudo systemctl disable ModemManager.service<br/> | |
− | 1. | + | 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.