Hi,
I’m using Renesas R-Car V4H with AXM-8-256 GPU to render surroundview camera image.
Original design is to connect a DP monitor and create EGL Windows Surface, use Pixmap type to create EGL image from camera buffer.
Had tried to create Pixmap Surface but failed at DRM report no DP connecting.
And tried to use mesa 23.0.3 surfaceless EGL platform but failed at VULKAN loader can’t initial GPU.
Is it possible not to connect any monitor and create an EGL image from the camera buffer?
Thanks for your help!