Raspbmc Kernel With Fuschicai Easycap Support Is Here!

Rather than a tutorial this is to highlight great achievement of Husam Hebaishi. He provided us with kernel that supports Fuschicai Easycap. What does it mean? You can now enjoy both newest raspbmc and video grabber simultaneously. Read after a break for links.

Fuschicai Easycap is a powerful device that paired with hyperion let’s you drive a Lightberry (or any compatible LED system :) ) from just about any source. How to get it? Simple:
1. Easy way – get a image with already installed kernel from here:
http://img.lightberry.eu/download/raspbmc_with_fushicai_lightberry_v3.zip.torrent
2. Less easy way – install it by yourself with Husam’s guide:
http://sourceforge.net/p/raspbmcusbtv/wiki/Installation/
This is a long shot but worth a try – let’s join Husam and make his module part of raspbmc. Sam Nazarko, if you are reading this please include this module into the next release of Raspbmc. Thank you for your work btw. :)

Remember, you must include this part of hyperion config to get v4l working along with xbmc correctly:

/// Configuration for the embedded V4L2 grabber

/// * device : V4L2 Device to use [default="/dev/video0"]

/// * input : V4L2 input to use [default=0]

/// * standard : Video standard (no-change/PAL/NTSC) [default="no-change"]

/// * width : V4L2 width to set [default=-1]

/// * height : V4L2 height to set [default=-1]

/// * frameDecimation : Frame decimation factor [default=2]

/// * sizeDecimation : Size decimation factor [default=8]

/// * priority : Hyperion priority channel [default=800]

/// * mode : 3D mode to use 2D/3DSBS/3DTAB (note: no autodetection) [default="2D"]

/// * cropLeft : Cropping from the left [default=0]

/// * cropRight : Cropping from the right [default=0]

/// * cropTop : Cropping from the top [default=0]

/// * cropBottom : Cropping from the bottom [default=0]

/// * redSignalThreshold : Signal threshold for the red channel between 0.0 and 1.0 [default=0.0]

/// * greenSignalThreshold : Signal threshold for the green channel between 0.0 and 1.0 [default=0.0]

/// * blueSignalThreshold : Signal threshold for the blue channel between 0.0 and 1.0 [default=0.0]

"grabber-v4l2" :

"device" : "/dev/video0",

"input" : 0,

/// "standard" : "PAL",

"width" : 300,

"height" : 200,

"frameDecimation" : 2,

"sizeDecimation" : 8,

"priority" : 1100,

"mode" : "2D",

"cropLeft" : 5,

"cropRight" : 5,

"cropTop" : 5,

"cropBottom" : 5,

"redSignalThreshold" : 0.1,

"greenSignalThreshold" : 0.1,

"blueSignalThreshold" : 0.1

Continue reading here: Multimedia File Server DLNA/UPnP

Was this article helpful?

0 -1