We want use BayerAverageMap extension in our project.
So we have to create a metadatacontainer by EGLStream::MetadataContainer::create method, Just like jetson mmapi samples.
But the first parameter of create method is EGLDisplay, In our scenario, there is no display available. For example, in a gstreamer source plugin(like nvarguscamerasrc) , How can we create a metadatacontainer?
Beside,I can’t understood why metadatacontainer require a display parameter.
The all metadata provided by stream. Maybe the host does not have a display,