Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Webcam Capture | 2,109 | 315 | 22 | 6 months ago | 10 | January 17, 2018 | 290 | mit | Java | |
The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc. | ||||||||||
Androidusbcamera | 1,880 | a month ago | 365 | apache-2.0 | C | |||||
🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras! | ||||||||||
Cam2ip | 741 | 6 months ago | 1 | January 28, 2021 | 13 | gpl-3.0 | Go | |||
Turn any webcam into an IP camera | ||||||||||
Esp32 Cam_mjpeg2sd | 463 | 14 days ago | 8 | gpl-3.0 | C++ | |||||
ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser. | ||||||||||
Amazon Rekognition Video Analyzer | 254 | 3 years ago | 26 | other | JavaScript | |||||
A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list. | ||||||||||
Esp32 Cam Video Recorder | 253 | 2 years ago | 9 | gpl-3.0 | C++ | |||||
Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video | ||||||||||
Stm32f4_uvc_camera | 212 | 4 months ago | C | |||||||
STM32F4-Discovery USB Device UVC Camera examples | ||||||||||
Mqtt Camera Streamer | 201 | 2 months ago | 13 | gpl-3.0 | Python | |||||
Stream images from a connected camera over MQTT, view using Streamlit, record to file and sqlite | ||||||||||
Esp32 Cam Video Recorder Junior | 196 | 16 days ago | 13 | gpl-3.0 | C++ | |||||
Simple fast version of ESP32-CAM-Video-Recorder | ||||||||||
Ip Camera Bridge | 180 | 3 years ago | 19 | Batchfile | ||||||
A MJPEG video streaming and virtual microphone driver for Windows which can make your Windows applications using IP Camera as WebCam with audio input. |
cam2web is an application, which allows streaming a camera to web as MJPEG stream (an URL to provide individual JPEGs is also available). It allows turning a conventional USB camera (or laptop's internal camera) into an IP camera accessible over HTTP. Versions of this application are provided for:
The streamed camera can be viewed as from different applications supporting MJPEG streams, as from a web browser. All versions of the application provide default web UI, which can be customized to get custom look and feel. If a camera supports settings like brightness, contrast, saturation, etc. - those are available to configure using the web UI (or REST API).
The cam2web application supports HTTP digest authentication and allows to configure who can view the camera or change its settings (for example, it can be viewed by everyone and configured only by users, or viewed by users and configured by admins only, etc).