| Updated: October 28, 2024 | 
Retrieve the current configuration of an ADAS viewer instance
#include <adas/adas_api.h>
adas_error_t adas_get_viewer_configuration(uint32_t inst,
                                           adas_view_t *view,
                                           double *zoom_factor)
The instance whose configuration is retrieved 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.