timvideos / HDMI2USB-fx2-firmware

HDMI2USB firmware for the Cypress FX2 found on the Digilent Atlys and Numato Opsis boards.
24 stars 11 forks source link

Add PTZ support to uvc device #15

Open mithro opened 7 years ago

mithro commented 7 years ago

From @mithro on January 10, 2016 6:35

From @shenki on September 3, 2014 5:37

It appears that the v4l2 uvcvideo device can support PTZ controls, and the kernel has support for this: https://lkml.org/lkml/2014/7/8/837

We should add support to our uvc device, and make the fx2 firmware pass on the commands through to the serial board that does PTZ control.

Copied from original issue: timvideos/HDMI2USB-jahanzeb-firmware#95

Copied from original issue: timvideos/HDMI2USB-litex-firmware#150

mithro commented 7 years ago

This will be possible after https://github.com/timvideos/HDMI2USB-misoc-firmware/issues/149