Jump to content

beee

Members
  • Posts

    5
  • Joined

  • Last visited

  1. Yes, but not on https://github.com/memeruiz/usbtv007 ;-)
  2. Nowhere. After the first successful compilation, v4l2 functions collided with those who were hard part of a kernel (dmesg messages). This made me to compile my own kernel with v4l2 as a module. Then the module compat did not go insert, because of that, that this function already found itself in the kernel (dmesq). So I search where it is and simply delete it. Maybe it was in reverse order (hack <-> v4l2 as a module). Immemorial, it was late at night (or early morning?) :-D
  3. Quick guide: on PC: https://github.com/igorpecovnik/lib Edit compile.sh and set KERNEL_ONLY="yes" KERNEL_CONFIGURE="yes" ./compile.sh select your board, default kernel. in kernel configuration: device drivers -> multimedia support -> video for linux change (space) from "*" to "M", save and exit copy kernel 3 debs (u-boot no need) from output dir to orange pi and upgrade (dpkg -i *) on Orange PI: (start is the same) wget http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.18.1/backports-3.18.1-1.tar.xz tar xvfJ backports-3.18.1-1.tar.xz cd backports-3.18.1-1 make menuconfig select only usbtv (dependence automatically selected also v4l2) and now little hack: in file compat/backport-3.10.c remove get_random_int function (line 35-44) make ARCH=arm -j4 make install depmod -a modprobe usbtv vuala !
  4. Please read. This is userspace Python application, no driver for the kernel.
  5. Hi, here is working version: https://goo.gl/Q8H6Gl upgrade to last kernel (original old v4l2 is as module): dpkg -i * reboot backported new v4l2 and usbtv from updates.tar.gz extract to /lib/modules/3.4.112-sun8i depmod -a modprobe usbtv demo: Work only NTSC. PAL does not work. I do not know why. Only green screen. Ready for Ambilight ;-)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines