Help and example needed for change working mode #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I am working on a app Wich should use the livox Avia and make scans timed with a shedule. In the time where I do not use the livox Avia i want to change working mode. But I do not understand how to use the SDK for this. Can someone post a short example Wich i can use in the main.cpp from the lidar_lvx_sample. So when start the script, i want to start working mode, and in end of the script i want to go to power saving mode.
Thank you!
Hi gabrielheider
There is an API called "Livox status LidarSetMode" which can be used for controlling the Lidar mode. The detail information is listed below:
livox_status LidarSetMode(uint8_t handle, LidarMode mode, CommonCommandCallback cb, void*client_data)
You can do some second-development based on this API.