Main > Free Download Search >

Free genius webcam software for linux

genius webcam

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 62
Genius 0.7.7

Genius 0.7.7


Genius is a calculator program similiar in some aspects to BC, Matlab or Maple. more>>
Genius project is a calculator program similiar in some aspects to BC, Matlab or Maple. GEL is the name of its extention language (stands for "Genius Extension Language", clever huh?), in fact, a large part of the standard genius functions are written in GEL itself.
Main features:
- Arbitrary precision ints, multiple precision floats, using all the power of gmp.
- Rational numbers, stored as quotient and denominator.
- Complex numbers, stored in cartesian coordinates as usual.
- Automatic typing, no need to declare types of variables.
- Math-like-looking expressions, tries to be as much a what you mean is what Genius understands, up to a limit of course.
- Matrix calculations, with many related functions.
- Modular arithmetic, including inversions and modular arithmetic on matrices.
- A complete programming language. In fact large part of Genius standard library is written in GEL.
- Can output matrices in LaTeX, Troff (eqn) or MathML, this is I think a very cool feature that allows you to copy stuff directly from the Genius console to a document in LaTeX, troff or MathML. I in fact use this even to just enter matrices into LaTeX documents to begin with.
- 2D Function line plots, standard 2D graphs of up to 10 functions at once, with possibility to export to EPS or PNG
- 3D Function surface plots, with possibility to export to EPS or PNG
- GUI IDE where you can edit and run/test your programs
- A plugin interface, not yet really used.
<<less
Download (2.5MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
1065 downloads
sn-webcam 0.8.0

sn-webcam 0.8.0


sn-webcam is a program that captures and displays frames from an sn9c102-based Sonix/Microdia Webcam. more>>
sn-webcam is a program that captures and displays frames from an sn9c102-based Sonix/Microdia Webcam, using Video for Linux 2 and the sn9c102 USB driver. sn-webcam project also allows the user to upload the captured images by FTP.

<<less
Download (0.21MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1428 downloads
fswebcam 20061210

fswebcam 20061210


fswebcam is a small and nifty Webcam program for Linux. more>>
fswebcam is a small and nifty Webcam program for Linux. fswebcam captures images from a V4L1/V4L2 device or from files, averages them to reduce noise, and draws a caption on the final image.
Enhancements:
- Many changes and fixes were made, including configuration file support.
<<less
Download (0.046MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1051 downloads
webcam snaps 0.1

webcam snaps 0.1


webcam snaps is a Web cam utility to take snapshots using Web cam. more>>
webcam snaps is a Web cam utility to take snapshots using Web cam. This program is completely written in C.

Using vfl and GTK. I hope this utility will be useful for those who wish to handle Web cam under GNU/Linux.

Ive tested this application on Suse 10.1 and Debian Sarge 3.1a. If you have any problem in compiling or using this application, please feel free to contact me.
<<less
Download (0.10MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
637 downloads
webcam_server 0.50

webcam_server 0.50


webcam_server is a webcam server enabling streaming video to a Web browser via Java. more>>
webcam_server is a program that allows others to view your webcam from a web browser.

The program itself is a server that provides a live feed of images to clients using a Java applet embedded in a web page. webcam_server uses the video4linux interface.
<<less
Download (0.12MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
925 downloads
gcam 0.2

gcam 0.2


Gcam is a GTK+ webcam viewer for Philips USB webcams. more>>
gcam is a GTK+ webcam viewer for Philips USB webcams. Its goal is to support all of the features of the Linux pwc driver. It can save single shots in the jpeg format. It can save single shots as jpeg. Currently it only works with the pwc driver and not with other v4l devices.
Compiling the program:
Youll need libjpeg and gtk 1.2 to compile it, if you have them running make
should do the trick.
Installing:
Running make install, will install the program in /usr/local/bin
Why the common directory:
Im going to write a little server, that lets clients download jpegs from
camera shots. So i wrote things a little generic for reuse ;0
Troubleshooting:
If you have trouble please mail me a detailed bugreport.
Enhancements:
- Some new options
<<less
Download (0.017MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1180 downloads
Naken Web 2007-03-15

Naken Web 2007-03-15


Naken Web is both a tiny web server capable of serving static web pages. more>>
Naken Web is both a tiny web server capable of serving static web pages with built in ability to serve out live and prerecorded video in MJPEG format from video4linux devices and AVI files. Naken Web is small enough (22k to 32k) to run on embedded platforms and has been tested on the Gumstix embedded computer. Naken Web can be configured to serve out video from URLs similar to commercial IP cameras including Axis networked cameras.
History
A couple years ago I modified my Naken Chat chat server so that would act like a web server and serve out JPEG images out of an AVI file. Pressing the refresh button on a web browser to grab a new image would display the next image in the video based on the time that the web server was started. In other words, the video would play at normal speed in the browser. If you wait 5 seconds before pressing refresh and the avi plays at 30 frames a second, 150 frames are skipped so the time in the video is always accurate.
Main features:
- Serve out AVI files as if they were a live webcam
- Serve out static html web content like any other webserver
- Executable size is currently around 22k (32k with video4linux compiled in)
- Small/fast enough to run on embedded platforms such as Gumstix
- Alias URL strings of commerical IP cameras inluding Axis
- Video4Linux support for live video (early stages.. but working width bttv and sn9c102 based video)
- No dependencies unless video4linux is compiled in (libjpeg is needed then)
- Client Pull/Server Push for MJPEG video
- Username/Password Basic-Authentication
- Runs on both Unix/Linux and Microsoft Windows platforms
Version restrictions:
- If youd like to serve out AVI files the AVIs need to use the MJPEG codec. If you have a video encoded with mpeg or some other fileformat/codec, you can convert it to AVI/MJPEG using ffmpeg with the following line:
- ffmpeg -i myvideo.mpeg -vcodec mjpeg -b 10000 -s 352x240 -an out.avi
- Obviously you need to change myvideo.mpeg to the name of your input file, out.avi to what you want the output file to be called, -b is the bitrate and will affect the size of each jpeg in the avi file along with the quality of the video. The -s option is the resolution of the video. The -an option tells ffmpeg to leave out audio.
Enhancements:
- The performance of the server was increased significantly.
- Support for CGI was started.
- Support for Video4Windows devices was added.
<<less
Download (0.031MB)
Added: 2007-03-16 License: Other/Proprietary License with Source Price:
954 downloads
iCam2 1.1

iCam2 1.1


iCam2 is a webcam program for X11 or the console. more>>
iCam2 is a webcam application built around Video4Linux and Imlib2. The purpose for creating iCam2 was that, after (finally!) getting my parallel-port QuickCam VC operating, I needed some software to make use of it, but the only programs readily available either didnt support all the features I wanted, or required a camera that supports mmap(), which mine (currently) does not..

So, after spending some time tweaking the webcam application that is shipped as a part of the xawtv package, I decided to set out and create my own app. And this is it.

The primary design goals of this application are:

1) Provide an extensible, flexible, and quality webcam application.
2) Allow the app to run with an X11-preview interface. This used to be a three-window interface, but that annoyed me to no end, so now it is one window that shows a realtime image from your camera, after all applicable post-processing.
3) Provide a dynamic interface to plugins and filters. Check out SDLcam if you want to know why I think filters are cool. :)
<<less
Download (0.068MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
907 downloads
Gqcam 0.9

Gqcam 0.9


Gqcam is a Linux clone of the QuickPict software that comes with the QuickCam. more>>
Gqcam is a Linux clone of the QuickPict software that comes with the QuickCam. Originally it was written using GTK+ for the frontend, Alex Belits qcread for the backend, and a bunch of C to tie it all together.
It still uses GTK+ for the frontend, but as of version 0.2 it uses the Video4Linux interface as a backend. To compile it you will need GTK+, a Quickcam (one of the old greyscale parallel port ones), and a computer running Linux with Video4Linux support for the Quickcam compiled in or as a module.
It is currently fairly early in development, and now works with both the color and greyscale QuickCam. No, that doesnt include the QuickCam VC or any other ones (that I know of). Unfortunatly, Logitech/Connectix dont want to let us know how their new cameras work..
Main features:
- Brightness Control
- White Balance Control
- Contrast Control
- 3 Size Settings
- 2 Depth Settings
- Freeze Picture
- Snap Picture (saves in png, ppm and jpeg format)
- Command-line interface (good for webcam use)
- Snapping on a timer
- Support for the greyscale and color Quickcam, as well as CPiA based cameras and most any other driver that supports the read() command
The cameras I have gotten gqcam to work with or have had other people tell me it works with are:
- Greyscale Quickcam
- Color Quickcam
- Anything listed below this line I have not tested and know very little about
- Ezonics EZcam
- Creative Web-Cam II
- Philips USB PCVC675K
- Webcam III
- TerraCAM USB
- Plustek OptiCam 300U
<<less
Download (0.031MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1379 downloads
WWWcam 1.8

WWWcam 1.8


WWWcam is for grabbing, archiving, and Web publishing pictures from a video-device-based Webcam. more>>
WWWcam is for grabbing, archiving, and Web publishing pictures from a video-device-based Webcam. For USB or parallel port webcams you can use the CPiA webcam driver. It simulates a /dev/video and supports nearly every webcam available. (as I could never test it because I have no usb-cam I would be lucky if you send a report if it worked or if there are any problems). You dont need anything for the static version of wwwcam to make it run.
Main features:
- get a picture from /dev/video
- unlimited number of framegrabber devices and camera sources supported
- listen to a port and send the jpeg image. Port is accessable via every browser.
- ftp upload the picture to another server
- java applet for automatic picture reload included
- write an adjustable title with timestamp in the picture / multiple fonts included
- compare taken picture with last one and decide to save or not for archiving over days
- tell you if there was activity in your room
- automatic brightness correction
- limit number of taken jpeg-pictures in a directory
- save jpeg-pictures in dated directories
- get all parameters from a explained configfile
<<less
Download (0.14MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1186 downloads
measurenoise 0.4

measurenoise 0.4


Measurenoise is a tool for determing the noise threshold for tools like motion. more>>
measurenoise is a tool for determing the noise threshold for tools like motion. It uses v4l interface.

Installation for measurenoise:

Get the colorconversion routines from:
http://www.smcc.demon.nl/webcam/release.html#ccvt
build them and copy ccvt.h and libccvt.a to the measurenoise source-directory. Then:
make install

Usage:

measurenoise
or (e.g.):
measurenoise /dev/video1

Do not use the average noise threshold directly: measure it for both dark and light situation and pick the highest value. Then, add 1 or2. Furthermore: first set your device to the same parameters you use in the package with which you use this noise-threshold. E.g.: framerate,
width, height, etc. Also very important is that you point the webcam to something static: there should not be anything moving! For that, you can use dov4l: http://www.vanheusden.com/dov4l/
<<less
Download (0.009MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1179 downloads
Geekast 0.1

Geekast 0.1


Geekast is an alternative to the Web interface. more>>
Geekast project is an alternative to the Web interface.

Currenly, it can perform audio (Ogg and MP3) or video (OGM) streaming through an external player like totem, or an internal player based on the Gstreamer multimedia framework.

In the future, it should be possible to encode a Webcam or any input stream over the peercast network.

<<less
Download (0.37MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1331 downloads
hasciicam 1.0

hasciicam 1.0


hasciicam is a webcam for live ASCII video. more>>
HasciiCam makes it possible to have live ascii video on the web. hasciicam captures video from a tv card and renders it into ascii letters, formatting the output into an html page with a refresh tag, or in a live ascii window, or in a simple text file.
It gives the possiblity to anybody that has a bttv card, a unix box and a cheap modem line to show live (h)ascii video can be viewed without any need for extra applications, plugins, java etc.
Main features:
- low bandwidth live cam "streaming"
- command line settings
- customizable refresh rate
- amazing live mode
- gives you the coolest .plan you ever had
- draws nifty symbols on your face
Enhancements:
- More Webcams are supported (grabbing YUV420P).
<<less
Download (0.07MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
sonic-snap 1.7

sonic-snap 1.7


sonic-snap is a project with you can use your sn9c102 based camera under linux. more>>
sonic-snap is a project with you can use your sn9c102 based camera under linux. You need to get the kernel driver at linux-projects.org.

sonic-snap has some distinguishing features which include histogram analysis, normalization, ppm captures and realtime mpeg encoding.

sonic-snap was tested with this really cute little webcam, called Sweex Minicam. The Sweex Minicam is really cheap (10 to 15 euros), and has the size of a 50 eurocent coin. Due to its size, it should be a suitable robotics camera.

The sonic-snap application will most likely work with any webcam, based on the sn9c102 chip from Sonix. (Sweex 100k and Genius NB work as well). If you get it to work on your cam, why not send me a snapshot? You can reach me at bram at sara.nl

<<less
Download (0.020MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1380 downloads
GtkCamShot 1.4

GtkCamShot 1.4


GtkCamShot software is a webcam snapshot utility. more>>
GtkCamShot software is a webcam snapshot utility. It is a quick hack which shows you the view from your webcam, updating ever half-second. Theres a simple button for saving images on the main window.
Building:
To build the source youll need several libraries installed.
If youre running Debian GNU/Linux just run :
apt-get install libgtk2.0-dev libimlib2-dev giblib-dev
Usage:
To use this youll need a Webcam which is supported by the Linux kernels videodev API.
I use a Philips PWC camera, and it works just fine via /dev/video0
Enhancements:
- Changed preferences dialog to a property sheet.
- Added ability to change format string for timestamps.
- Added proper about box.
<<less
Download (0.011MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
801 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5