hyperion.ng icon indicating copy to clipboard operation
hyperion.ng copied to clipboard

Support for Video Capture Multiplanar using V4L

Open Rombond opened this issue 1 year ago • 0 comments

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

Rombond avatar Aug 15 '24 22:08 Rombond