All Projects → wgroeneveld → websocket-webcam

wgroeneveld / websocket-webcam

Licence: other
A pure javascript HTML5 webcam client using websockets to stream the image

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to websocket-webcam

Audio cat dog classification
Classification of WAV files from cats and dogs
Stars: ✭ 16 (-48.39%)
Mutual labels:  cat, dog
spark list
这是一款开源笔记应用, 支持Android/iOS双平台, 使用Flutter 3开发, 体验Flutter的同时也希望做一个能成为个人知识中转站的应用, 任重道远 :)
Stars: ✭ 47 (+51.61%)
Mutual labels:  cat
Bongo.cat
Hit the bongos like Bongo Cat!
Stars: ✭ 2,400 (+7641.94%)
Mutual labels:  cat
sparkar-pixelate-shader
simple script-only pixelate shader with Facebook SparkAR.
Stars: ✭ 35 (+12.9%)
Mutual labels:  webcam
Fcat
A 3x faster implementation of cat, using splice
Stars: ✭ 196 (+532.26%)
Mutual labels:  cat
Dachs
Dachs; A Doggy 🐶 Programming Language
Stars: ✭ 82 (+164.52%)
Mutual labels:  dog
Freasy Monad
Easy way to create Free Monad using Scala macros with first-class Intellij support.
Stars: ✭ 112 (+261.29%)
Mutual labels:  cat
witness
An API controllable webcam project
Stars: ✭ 13 (-58.06%)
Mutual labels:  webcam
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cat
Fake-Stream
Allows infinite streaming of a video as webcam output for different applications like Zoom, Skype etc.
Stars: ✭ 15 (-51.61%)
Mutual labels:  webcam
Flutter-UI-Challenge---Week-1
Flutter UI Challenge - Week 1
Stars: ✭ 18 (-41.94%)
Mutual labels:  dog
Meower
Social network for cats
Stars: ✭ 216 (+596.77%)
Mutual labels:  cat
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Stars: ✭ 14 (-54.84%)
Mutual labels:  cat
Nyan
Colored `cat` command.
Stars: ✭ 182 (+487.1%)
Mutual labels:  cat
UniCam
A cross-platform open-source webcam viewer
Stars: ✭ 23 (-25.81%)
Mutual labels:  webcam
Peep
The CLI text viewer tool that works like less command on small pane within the terminal window.
Stars: ✭ 139 (+348.39%)
Mutual labels:  cat
Easter Egg Collection
🐰 A funny library for tricking your colleagues.
Stars: ✭ 249 (+703.23%)
Mutual labels:  cat
react-cam
HTML5 Web/Mobile camera for ReactJS
Stars: ✭ 30 (-3.23%)
Mutual labels:  webcam
WebCamCap
Motion capture tool for 2D/3D motion capture with LED markers.
Stars: ✭ 20 (-35.48%)
Mutual labels:  webcam
camera
Camera app designed for elementary OS
Stars: ✭ 63 (+103.23%)
Mutual labels:  webcam

Websocket-enabled HTML5 webcam

What's this?

Nothing special, bits and pieces glued together:

  • HTML5 enabled webcam using something like the video tag and a bit of JS magic (see clientcam.html)
  • websocket enabled streaming of the data found on the client back to the pure NodeJS server (server.js).
  • the NodeJS server then streams the raw bytes back to other browser clients. (cam/index.html)

That's it!

Why would you do something like this?

This is an experiment to be able to use pure Javascript to stream data/images from my home laptop to "the internets". We had a puppy 6 months ago and I wanted to monitor his behaviour in his bench when not home: what's he doing? Is he sleeping? Is he okay?

By the way, I found out the dog does nothing but sleep during the day. BOOORING :) All these lines of code, for nothing!

Where are your unit tests?

O-ow.

It was a spike, okay? (lol)

Your woofie, Let me show you them!

The little devil, at that time

Yes, the cat decided to join the peeping fest, but got bored quickly. As our cat usually does. YAWN

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].