Slashdot Mirror


Finding a Customizable Webcam (and Other Devices)?

MankyD asks: "I'm in the market for a webcam. Wireless is preferred, but Internet connectivity is a must. I've found some OK-looking products, but nothing fantastic. The best-looking cam I've found we already have at work and it's not that great. The cam we have at work would be awesome if I could open up the code — customize the built-in web pages and/or write my own Java viewer — but that doesn't look like its going to happen any time soon. Has anyone ever found an IP camera that will allow you to customize it? Whats the best way to go about finding one? What about hackable devices in general — how do you find gadgets that let you tinker with their software?"

10 of 36 comments (clear)

  1. Axis Cameras by rpbailey1642 · · Score: 4, Informative

    I like the Axis cameras. Write a quick script to grab the images and display them in your custom webpage, it's a 10-minute job. Plus, I think the cameras actually run Linux, which I know is a big selling point in some crowds.

  2. Linksys by user32.ExitWindowsEx · · Score: 4, Informative

    I'm pretty certain Linksys makes a Linux-based 802.11g / ethernet webcam and posts the firmware source for it.

    --
    "Evil will always triumph because good is dumb." -- Dark Helmet
    1. Re:Linksys by Jeff+DeMaagd · · Score: 2, Informative

      While I don't generally recommend avoiding entire brands, Linksys products have annoyed me too much. I've used six or seven different models of various Linksys wired and wireless network products and they've all been an unnecessary hassle to set up and use.

  3. Linksys routers by bcat24 · · Score: 3, Informative
    What about hackable devices in general - how do you find gadgets that let you tinker with their software?
    As far as hardware hackability goes, I've always been impressed with the WRT54G/GS/GL routers. They run an embedded version of Linux (except the WRT54G/GS version 5), so you can do some pretty cool stuff with them by using third-party firmware.
  4. A Firewire Camera and Spook by OctaneZ · · Score: 3, Informative

    Check out Spook an open source, highly customizable or embeddible streaming server. It is best paired with a firewire camera, but those can be had easily for $100; I love my UniBrain Fire-i camera. There is also a Freshmeat page on the project.

  5. linuxdevices.com ? by endy_X11 · · Score: 2, Informative

    have you checked out linuxdevices.com ? they've got info on a bunch of different linux based devices, including some webcams as I recall.

  6. WRTSL54GS by thalakan · · Score: 2, Informative

    Linksys makes a new WRT series router, the WRTSL54GS, with a USB 2.0 port. By loading a distribution like OpenWRT on it, you can attach a Linux-supported webcam to it and make some CGIs to be served up by one of the available web servers for OpenWRT.

    Asus also makes some OpenWRT compatible routers, the WL-500g series, which also have USB ports, but you can serve up webcam images using the default Asus firmware.

    --
    -- thalakan
  7. If you really want to hack hardware... by stienman · · Score: 2, Informative

    Rabbit Semiconductor makes a nifty Camera Application Kit. But at $500 you may want to try hacking a commercial unit. The nice thing about this one is that it has pan, tilt, and all the software comes with the kit along with a compiler and other tools needed to customize it. Yes, I'm affiliated with them, no I don't make any money from this shameless plug.

    -Adam

  8. Canon webcam, or USB DIY by rwa2 · · Score: 3, Informative

    We have a bunch of Canon VB-C10 's at work... full pan/tilt/zoom, and it runs embedded linux. The zoom works really well (you can read license plates in the parking lot from a camera mounted in a 4th floor office). The embedded webserver dishes out java viewers as well as several examples on how to embed still captures and preset captures into your own web pages. Ultimately these beasts will run you well over a grand USD, though.

    If it was for me, I would simply attach a $150 USB Logitech Quickcam Orbit (there are Linux drivers for rudimentary PTZ) to a $250 USB-over-IP dongle, and have it run to a configured server. This would only give you USB1.0 framerates, though, so you might consider running a long USB2.0 extension cord (if you're within, say 10m) or a USB2.0-over-CAT5 extender (though these might be hard to come by too).

    Anyway, have fun... I'm still pining for my wifi-controlled webcam robot with manipulator arm.

  9. article on msdn by Duwke · · Score: 2, Informative

    This is, by now means, a linux solution (flame away), but there is a great article on MSDN about a webcam project. Includes motion detection, wired/wireless, and a few other hacks.

    Enjoy!