You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Rock5 or OrangePi5 there is a HDMI input but it's in multiplanar. V4L2Grabber.cpp tries only Video Capture
Driver Info:
Driver name : rk_hdmirx
Card type : rk_hdmirx
Bus info : fdee0000.hdmirx-controller
Driver version : 5.10.110
Capabilities : 0x84201000
Video Capture Multiplanar
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04201000
Video Capture Multiplanar
Streaming
Extended Pix Format
What does the proposed API look like?
How should this be implemented in your opinion?
Edit V4L2Grabber.cpp and add some if statement to support multiplanar
Are you willing to work on this yourself?
I've made an exemple
If I got times I will try to edit V4L2Grabber.cpp
The text was updated successfully, but these errors were encountered:
Feature request
What problem does this feature solve?
On a Rock5 or OrangePi5 there is a HDMI input but it's in multiplanar.
V4L2Grabber.cpp tries only
Video Capture
What does the proposed API look like?
How should this be implemented in your opinion?
Edit V4L2Grabber.cpp and add some if statement to support multiplanar
Are you willing to work on this yourself?
I've made an exemple
If I got times I will try to edit V4L2Grabber.cpp
The text was updated successfully, but these errors were encountered: