| Updated: October 28, 2024 | 
Process input frames
#include <adas/adas_viewer_plugin.h>
typedef int(* adas_viewer_plugin_process_t)(int channel,
            void *dest,
            void *src);
This function is used to process any input data from source to destination.
ADAS_EOK when the function successfully completes, otherwise a value that provides the reason that the call failed.