Help and example needed for change working mode #173

Open
opened 2022-05-05 09:24:35 +02:00 by gabrielheider · 1 comment
gabrielheider commented 2022-05-05 09:24:35 +02:00 (Migrated from github.com)

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, 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!
Livox-SDK commented 2022-06-12 12:36:50 +02:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/Livox-SDK#173