Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Video Capture Multiplanar using V4L #1783

Open
Rombond opened this issue Aug 15, 2024 · 0 comments
Open

Support for Video Capture Multiplanar using V4L #1783

Rombond opened this issue Aug 15, 2024 · 0 comments

Comments

@Rombond
Copy link

Rombond commented Aug 15, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants