Hello.
Our project using several generic inputs for CUDA image processing (sensor, file, net) and EGLStream for passing data to Argus-rendering and gstreamer-video encoding.
Next step should be real-time histogram of video stream.
We considering to use CaptureMetadata and embed CUDA-calculated histogram.
Is there a “legal” way to combine this data with EGLStream frames (CUeglFrame) so Argus could use getBayerHistogram() or getRGBHistogram()?
Thanks.