All Projects → xavierfoucrier → Instacam

xavierfoucrier / Instacam

Licence: mit
Instant canvas video

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Instacam

App Media
Elements for accessing data from media input devices and visualizing that data for users
Stars: ✭ 60 (-43.4%)
Mutual labels:  camera, microphone, audio
Xsound
Web Audio API Library for Synthesizer, Effects, Visualization, Multi-Track Recording, Audio Streaming, Visual Audio Sprite ...
Stars: ✭ 123 (+16.04%)
Mutual labels:  audio, webrtc, canvas
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (+43.4%)
Mutual labels:  webpack, webrtc, canvas
Videojs Record
video.js plugin for recording audio/video/image files
Stars: ✭ 1,074 (+913.21%)
Mutual labels:  webcam, microphone, audio
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+7823.58%)
Mutual labels:  webcam, audio, webrtc
React Webpack Tutorial
This is a tutorial on how to get started developing a client side application using ReactJS, Webpack and Npm
Stars: ✭ 54 (-49.06%)
Mutual labels:  webpack, npm
Npm Compare
Compare npm packages from your terminal
Stars: ✭ 55 (-48.11%)
Mutual labels:  module, npm
Blazerat
🔥 Control your Linux home computer with telegram bot.
Stars: ✭ 60 (-43.4%)
Mutual labels:  webcam, microphone
Javascript Media Recorder
WebRTC video recorder library for Javascript
Stars: ✭ 61 (-42.45%)
Mutual labels:  audio, webrtc
Import Http
Import modules from URL instead of local node_modules
Stars: ✭ 1,150 (+984.91%)
Mutual labels:  webpack, module
Audioswitch
An Android audio management library for real-time communication apps.
Stars: ✭ 69 (-34.91%)
Mutual labels:  audio, webrtc
Node Blink Security
This is an npm module for communicating with Blink Home Security System
Stars: ✭ 54 (-49.06%)
Mutual labels:  camera, npm
Android audio talkback demo program
Android下音频对讲演示程序
Stars: ✭ 50 (-52.83%)
Mutual labels:  audio, webrtc
Ros openpose
ROS wrapper for OpenPose
Stars: ✭ 39 (-63.21%)
Mutual labels:  camera, webcam
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (-24.53%)
Mutual labels:  microphone, audio
Pi Webcam
Automation to configure a Raspberry Pi as a USB OTG webcam
Stars: ✭ 990 (+833.96%)
Mutual labels:  camera, webcam
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-25.47%)
Mutual labels:  camera, webrtc
Libcrtc
WebRTC C++ library built on top of chromium webrtc.
Stars: ✭ 89 (-16.04%)
Mutual labels:  audio, webrtc
Npm Pipeline Rails
Use npm as part of your Rails asset pipeline
Stars: ✭ 93 (-12.26%)
Mutual labels:  webpack, npm
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+822.64%)
Mutual labels:  webpack, npm

Instacam – npm npm dependencies

Instacam is a library to perform instant canvas video through the WebRTC API with a fresh touch of CSS filters.

Instacam

Compatibility

Instacam is fully tested on Google Chrome for desktop (latest public released version). The library is compatible with browsers that natively support the HTML5 canvas tag, requestAnimationFrame API, HTMLMediaElement API, navigator.mediaDevices and Promises API. The CSS filtering requires the CSS filter features to properly work.

Official support on Chrome 52+, Firefox 52+, Edge 15+ and Opera 52+. Many other browsers may work, but are not extensively tested. You can check at any time the support table about the partial or full support of these features.

Install

Instacam is published on the NPM (Node Package Manager) registry, so you can install it through the command line interpreter using your favorite package manager:

# npm
npm install instacam

# yarn
yarn add instacam

For other implementation of Instacam in your project, see the usage documentation

Documentation

Here you will find the documentation describing how to use the library.

  1. How it works - how the library do the stuff
  2. Markup - how should the HTML and CSS look like
  3. Usage - how to use Instacam
  4. Data attributes - set of data attributes
  5. Properties - all available properties
  6. Methods - all available methods
  7. Callbacks - all available callbacks
  8. Demo - Instacam in action

Contribute

If you want to report a bug or if you just want to request for a new feature/improvement, please read the project contributors guidelines before. Thanks for taking time to contribute to Instacam.

License

The project is developed under the MIT license:

  • Permissions: This software and derivatives may be used for commercial purposes, you may distribute this software, this software may be modified and you may use and modify the software without distributing it.
  • Conditions: Include a copy of the license and copyright notice with the code.
  • Limitations: Software is provided without warranty and the software author/license owner cannot be held liable for damages.

Read the full license for more information about your rights.

Questions?

If you have any questions, please feel free to contact me!
xavier.foucrier [at] gmail.com

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].