๐Ÿ“ฆ barneyman / somagic

my rewrite of (currently) the easycap somagic kernel driver, specifically for my rpi

โ˜… 7 stars โ‘‚ 2 forks ๐Ÿ‘ 7 watching โš–๏ธ GNU General Public License v2.0
๐Ÿ“ฅ Clone https://github.com/barneyman/somagic.git
HTTPS git clone https://github.com/barneyman/somagic.git
SSH git clone git@github.com:barneyman/somagic.git
CLI gh repo clone barneyman/somagic
barneyman barneyman updated readme 49de6de 11 years ago ๐Ÿ“ History
๐Ÿ“‚ 49de6dedbd448a668cc8fc1b8d92152226adef1f View all commits โ†’
๐Ÿ“„ Kconfig
๐Ÿ“„ LICENSE
๐Ÿ“„ Makefile
๐Ÿ“„ Module.symvers
๐Ÿ“„ modules.order
๐Ÿ“„ README.md
๐Ÿ“„ smi2021_audio.c
๐Ÿ“„ smi2021_main.c
๐Ÿ“„ smi2021_v4l2.c
๐Ÿ“„ smi2021.h
๐Ÿ“„ smi2021.mod.c
๐Ÿ“„ README.md

somagic =======

my rewrite of (currently) the easycap somagic kernel driver, specifically for my rpi

using 3.12.26 Raspbian (debian/wheezy)

The original kernel code was pulled from instructions at https://code.google.com/p/easycap-somagic-linux/wiki/BuildingKernelModule That URL references DIFFERENT source to the kernel source in the easycap-somagic-linux google repository

The intention is to have a stable kernel driver for me to access an STB from my pi

the rpi simply can't keep up currently, i'm using the FSM USB driver and i've overclocked to turbo - i'm going to try exposing lower FPS streams and also have a bash at using the GPU encoder

This is my first leap into linux coding, so, excuse any blatant errors