Difference between revisions of "Cheetah1 SDK v1.16 Known Issue"
Line 6: | Line 6: | ||
− | '''2. The 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/> | 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/> | 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/> | + | You can use the "Roseek_MediaEncoder_InitParams" or use the "Roseek_MediaEncoder_InitParamsV1", the effect is the same.<br/> |
Revision as of 02:29, 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.