README 334 B

12345678910111213
  1. camshot.pl script is used as daemon whose task is listening some TCP port for incoming connections.
  2. When connection is established, client receives JPEG image -- usually picture shot, taken from Web-camera. After that connection is closed immediately.
  3. Using:
  4. start daemon:
  5. camshot.pl &
  6. terminate daemon:
  7. killall camshot.pl