Title: Ambilight Project with Firefly RK3288 [Print This Page] Author: psycmos Time: 9/14/2016 03:37 Title: Ambilight Project with Firefly RK3288 Last edited by psycmos In 9/14/2016 03:39 Editor
Hi.
I'm requesting some help because i saw one internet one project called ambilight for arduino and other devices.
Is possible to impletmente that project with our RK3288 Firefly board?
I need help to know if its possible and sodoby with know how bluiding it to us!!!
So replys is very appreciated Author: isle Time: 9/14/2016 10:45
That's interesting£¡It is great if somebody work on the project and to share £¡Author: mmeyer Time: 9/19/2016 02:39 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? Author: psycmos Time: 9/19/2016 22:36
If it work in android with Ambilight plugin for kodi it would be great.