To: | <> |
---|---|
Subject: | RE: [ts-7000] Webcam drivers for TS 7200 |
From: | "Daniel Perron" <> |
Date: | Fri, 22 Apr 2005 10:55:42 -0400 |
I did
manage to have webcam working on the ts7200.
My old
3com camera was working after recompiling the kernel , using cross
compilation on my Slackware 10.0 computer.
It doesn't
need to be a debian linux!
You need to
enable the usb and set usb 3com homeconnect (this is in the
"make menuconfig").
Using
camserv, I was able to run a remote web cam using the ts-7200.
For my very
low cost web cam , the WC10 , I had to redo the makefile to enable cross
compilation. This is a stand alone module.
example of the new
Makefile
KERNEL_SOURCES=/usr/src/ts7200/linux24
CROSS_COMPILE =
/usr/local/opt/crosstool/arm-linux/gcc-3.3.4-glibc-2.3.2/bin/arm-linux-
# # Include the make variables (CC, etc...) #
AS
= $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld -r CC = $(CROSS_COMPILE)gcc CPP = $(CC) -E AR = $(CROSS_COMPILE)ar NM = $(CROSS_COMPILE)nm STRIP = $(CROSS_COMPILE)strip MODFLAGS =
-D__KERNEL__ -I/usr/misc/ts7200/linux24/include -Wall -Wstrict-prototypes
-Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm
-fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4
-mtune=arm9tdmi -msoft-float -Uarm -DMODULE
# We need
this to include usbvideo.h
MODFLAGS += -I$(KERNEL_SOURCES)/drivers/usb
sonix-cam.o: sonixcam.o sonix_pas106b.o sonix_tas5110c1b.o
sonix_pas202b.o
$(LD) -o sonix-cam.o sonixcam.o sonix_pas106b.o sonix_tas5110c1b.o sonix_pas202b.o sonixcam.o: sonixcam.c $(CC) $(MODFLAGS) -c -o $@ $< .....
P.S. Both webcams driver
are not very good. The 3 com works very well on stream mode but everything is
black if you want only one image.
The WC10 is very good on static image but it lost sync on streaming
.
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] Kernel Building Revisited, vocemanago |
---|---|
Next by Date: | Re: [ts-7000] Kernel Building Revisited, Eddie Dawydiuk |
Previous by Thread: | [ts-7000] Webcam drivers for TS 7200, mr_smokin_joe |
Next by Thread: | [ts-7000] Re: Webcam drivers for TS 7200, mr_smokin_joe |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU