Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.04 KB

node-jpegcam

Allows you to upload pictures taken from your webcam.

Summary

Port of the excellent jpegcam to node.

  • Replaced test.php with a node lib/server.js to serve static files and upload jpegs.
  • Could not use formidable because the upload type is image/jpeg rather than a normal multipart form submit.
  • Want to minify amount of external dependencies (node librarires) required.
  • Should work all the way back to node 0.2.26!

Requirements

  • NodeJS for Server
  • Web Browser
  • Flash
  • Webcam

Resources

Testing

Node Versions:

  • v0.2.26
  • v0.5.7-pre
  • v0.6.2

TODO

  • Update to Version 1.0.9 of jpegcam webcam.swf
  • Nicer examples
  • Document /roll
  • getFileList('jpg')
  • Make a jQuery Mobile version
  • Way to change Port (default: 8887)

License

  • MIT (LICENSE.md)

->> Josh W <<-

2011-09-30