|
Posted at 9/19/2016 02:39:41
Only Author
recommend
Last edited by mmeyer In 9/19/2016 02:45 Editor
The Ubuntu 14.04/16.04 image created by the Firefly team does not support HDMI Input. So, unless you're ok with basing on Android, you'll need to modify the existing tc358743 driver (https://github.com/torvalds/linu ... edia/i2c/tc358743.c) to support tc358749. That would give you a /dev/video0 device which you can grab frames from using the video4linux2 API.
While firefly does have a tc358749 driver, to my understanding it's userspace and tied to the Android camera framework (along with a small kernel driver used to make the 'raw' device available in userspace). Perhaps something can be done with libhybris in order to use this driver on GNU/Linux?
|
|