juanfranblanco / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

(Feature) External USB web camera + external USB sound card support #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear Gurus, will you be so kind to provide video and audio kmods in the next 
Kernel (or preconfigured dependencies)?
It is very appreciated for video-capturing and monitoring!

http://wiki.openwrt.org/doc/howto/usb.audio
http://wiki.openwrt.org/doc/howto/usb.video

Will it be possible to install via ipkg usage?

Great thanks!

Original issue reported on code.google.com by skurydi...@gmail.com on 2 Apr 2012 at 7:52

GoogleCodeExporter commented 8 years ago
Hi there,
There is the package already in downloads 
http://rt-n56u.googlecode.com/files/mjpg-streamer_r63-1.ipk
It supports only UVC webcam.  It has video modules inside the package. I can 
also provide you with audio modules. I've tried to do records, using webcam mic 
and can confirm it works! But I've got no idea now on how to stream video and 
audio flows simultaneously.

Let me know if you need audio modules. I can upload them, but without any 
application.

Original comment by d...@soulblader.com on 2 Apr 2012 at 5:58

GoogleCodeExporter commented 8 years ago
It would be great to upload audio modules (kmods?)... even to provide their 
installation via ipkg...

Original comment by skurydi...@gmail.com on 2 Apr 2012 at 7:43

GoogleCodeExporter commented 8 years ago
Ok.
There is no any sense to make an ipk package.

You can install these modules next way:

# cd /
# wget -qc 
http://dl.dropbox.com/u/44733876/utilits/modules_sound-2.6.21_mipsel.tar.gz -O- 
| tar -zx

you will find /opt/etc/soundmod.sh

First, plug-in webcam into USB port then do:

# /opt/etc/soundmod.sh load

to unload modules, use:

# /opt/etc/soundmod.sh unload

optionally install:

# ipkg install alsa-lib alsa-utils getopt

You can use:

# alsamixer

If you need these modules to some application, add to start function of script 
located in /opt/etc/init.d:

/opt/etc/soundmod.sh load -q

But before start of main process! And to stop script (after the main process is 
stopped:

/opt/etc/soundmod.sh unload -q

Original comment by d...@soulblader.com on 2 Apr 2012 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by d...@soulblader.com on 2 Apr 2012 at 10:20

GoogleCodeExporter commented 8 years ago
Thanks a lot!

Original comment by skurydi...@gmail.com on 5 Apr 2012 at 6:48