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

From rs_wiki
Jump to: navigation, search
Line 14: Line 14:
 
'''3. The Linux serial port cannot be used immediately when it is started. It takes about 1 minute to use.'''<br/>
 
'''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/>
 
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. The command is:<br/>
+
It is recommended that you manually configure this service to be down. <br/>
 +
The command is:<br/>
 
sudo systemctl disable ModemManager.service<br/>
 
sudo systemctl disable ModemManager.service<br/>
 
The 1.17 version of the SDK will automatically execute this command during installation to fix this problem.<br/>
 
The 1.17 version of the SDK will automatically execute this command during installation to fix this problem.<br/>

Revision as of 02:30, 30 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.