Updated: October 28, 2024 |
Dynamically set a viewer's visibility
#include <adas/adas_api.h>
adas_error_t adas_set_viewer_visibility(uint32_t inst, bool visible)
The viewer instance affected is the one specified for the given viewer in the configuration file.
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.