FAQ
[SDK] When running the program under Tools of the Linux Base SDK, if it prompted with "error while loading shared libraries xxx.so file too short", what is the reason?
The above errors are generally caused by the user downloading and unzipping the SDK on a Windows computer, and then copying the unzipped file to the Linux system. Please copy the downloaded SDK package directly to the Linux system, unzip it on the Linux system, and then run it.
[SDK] During the use of SDK, can the Ps2_ ReadNextFrame timeout be changed?
Yes, set up via interface Ps2_ SetWaitTimeOfReadNextFrame. Please refer to the SDK documentation for specific steps.
[SDK] During the use of SDK, what is the reason for the timeout of Ps2_ ReadNextFrame?
Ps2_ ReadNextFrame is used to query the SDK image ready. If there is no ready, it will sleep and wait. If the image cannot be obtained during the default waiting time, it will timeout and exit. The default timeout is 350ms. However, if the user uses the slave trigger mode, because the trigger frequency is uncertain, when the frequency exceeds the default timeout, the user will also receive a read timeout, but the use will not be affected.
[SDK] Where is the Vzense SDK log stored?
Windows: C:\Users\xxxx\AppData\Local\Vzense\Log Linux: /home/.config/Vzense/Log
[SDK] Are the images displayed using Vzense graphical software tools for post-processing? How to view the effects of various post-processing algorithms?
Yes. Users can use GUI tools to adjust and set the switches of various processing effects according to the instructions, determine the required processing effects or parameters according to their own project needs, and adjust the module default values through various interfaces in the SDK.
[SDK] [DS Series] How to solve the problem if reporting errors when compiling Nebula SDK?
First, ensure that the downloaded Nebula SDK is unzipped under the Linux system, and do not copy it for use after unzipping in the Windows system; Secondly, ensure that all files in the lib folder (including the config file) are copied to your own project files.
Scan code concern