Hi, i'm also trying to connect USB webcam,
please help,
I already compiled spca5xx, but when I install it using insmod,
I got error message "spca5xx.o : unresolved symbol video_proc_entry"
why and where does this problem arise? (linux kernel/driver?)
FYI,
when I compile spca5xx-v4l1goodbye (version 0.60.00.1)
I removed a Compiler Flag : mpreferred-stack-boundary, because it
causes compile error
I use TS-7250, my kernel is 2.4.26-ts9, I already install v4l
(videodev.o) and have succeed taking picture using another driver for
quickcam.
Thanks.
kharis
--- In Christopher Friedt <>
wrote:
>
> You might also need to get a USB hub or external power of some
kind.
> I've found that when using the sphere or orbit, that it will drain
too
> much current from the USB ports on the ts boards (this is a problem
with
> a lot of USB cameras actually, and then go over spec on this).
You'll
> have to find an external power source if your board resets after
you
> plug in the camera.
>
> ~/Chris
>
> ilinsdell wrote:
> > If you need to connect a USB Camera, I have had luck using the
> > following:
> >
> >
> > 1. $30 Logitec Quickcam Chat:
> > http://www.circuitcity.com/ssm/Logitech-Quickcam-Chat-961462-
> > 0403/sem/rpsm/oid/152445/catOid/-13045/rpem/ccd/productDetail.do
> >
> > 2. Cross compile spca5xx driver version 0.60.00
> >
> > 3. Cross compile spcaview
> >
> > 4. Cross Compile your linux kernel with Video for linux support
> >
> > 5. Load the following at startup:
> >
> > insmod usbcore
> > insmod pcipool
> > insmod usb-ohci
> > insmod usb-ohci-ep93xx
> >
> > insmod videodev
> >
> > insmod spca5xx
> >
> > ln -s /dev/v4l/video0 /dev/video0
> > sleep 1
> > ./spcaserv -g 1 &
> >
> > 6. If you host the Streaming Java applet supplied with spcaview
on
> > the SBC running on apache, you can now point your browser to it
and
> > will see streaming video from the SBC
> >
> >
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|