All Projects → turbo → C4

turbo / C4

Open IP cameras in IPv4

Projects that are alternatives of or similar to C4

Yoga Guru
A personalized yoga trainer app based on Flutter and TensorFlow Lite.
Stars: ✭ 110 (-10.57%)
Mutual labels:  camera
Emacs Application Framework
A free/libre and open-source extensible framework that revolutionizes the graphical capabilities of Emacs, the key to ultimately Live in Emacs
Stars: ✭ 1,932 (+1470.73%)
Mutual labels:  camera
Pictureselector
Picture Selector Library for Android or 图片选择器
Stars: ✭ 11,095 (+8920.33%)
Mutual labels:  camera
Barcodescanner
🔎 A simple and beautiful barcode scanner.
Stars: ✭ 1,527 (+1141.46%)
Mutual labels:  camera
Audiovideocodec
一款视频录像机,支持AudioRecord录音、MediaCodec输出AAC、MediaMuxer合成音频视频并输出mp4,支持自动对焦、屏幕亮度调节、录制视频时长监听、手势缩放调整焦距等
Stars: ✭ 113 (-8.13%)
Mutual labels:  camera
Shuriken
Cross-Site Scripting (XSS) command line tool for testing lists of XSS payloads on web apps.
Stars: ✭ 114 (-7.32%)
Mutual labels:  web-security
Longimagecamera
📷 A camera view to capture long image merged from small captured images as it is in Shoparoo app available on Google Play!!
Stars: ✭ 107 (-13.01%)
Mutual labels:  camera
Balena Cam
Network Camera with Raspberry Pi and WebRTC. Tutorial:
Stars: ✭ 120 (-2.44%)
Mutual labels:  camera
Nodejs Foscam
Remote control, view and config a Foscam or compatible IP camera
Stars: ✭ 113 (-8.13%)
Mutual labels:  camera
Nnlls
Node.js Live Streaming for PC, Raspberry and mobile (rtmp/http)
Stars: ✭ 115 (-6.5%)
Mutual labels:  camera
Cameracontrollerapi
The CameraControlerApi is an attempt to control a DSLR via REST functionality.
Stars: ✭ 110 (-10.57%)
Mutual labels:  camera
Healthwatcher
Android Application that can estimate Heart rate, Blood pressure, Respiration rate and Oxygen rate from only the camera of the mobile
Stars: ✭ 112 (-8.94%)
Mutual labels:  camera
Explo
Human and machine readable web vulnerability testing format
Stars: ✭ 114 (-7.32%)
Mutual labels:  web-security
Albumcamerarecorder
一个高效的多媒体支持操作库,可多方面的简单配置操作相册、拍照、录制、录音等功能。也支持配套使用的展示图片、视频、音频的九宫格功能。 (An efficient multimedia support operation library, can be a variety of simple configuration operation album, photo, recording, recording and other functions.Also support supporting the use of the display of pictures, video, audio of the nine grid function.)
Stars: ✭ 106 (-13.82%)
Mutual labels:  camera
Cam2web
Streaming camera to web as MJPEG stream or individual JPEG snapshots. Providing embedded web UI for watching camera directly from a web browser.
Stars: ✭ 117 (-4.88%)
Mutual labels:  camera
Contentmanager
Android library for getting photo or video from a device gallery, cloud or camera. Working with samsung devices. Made by Stfalcon
Stars: ✭ 108 (-12.2%)
Mutual labels:  camera
Camera
📸 Custom Camera for iDevices in swift
Stars: ✭ 114 (-7.32%)
Mutual labels:  camera
Alexa Ip Cam
Use Alexa's Smart Home Skill API with standalone IP cameras without needing cloud service.
Stars: ✭ 121 (-1.63%)
Mutual labels:  camera
Android
Android app for collecting OpenStreetCam imagery
Stars: ✭ 119 (-3.25%)
Mutual labels:  camera
Ketai
Ketai sensor library for Processing (Android mode)
Stars: ✭ 114 (-7.32%)
Mutual labels:  camera

c4

c4 is a plain-text list of stream URLs of about 30k open IP cameras in IPv4, which is a representative amount.

Querying the list

Download

wget git.io/c4

View a random camera

open should be configured to open URLs with your browser.

Unix:

open $(curl -Ls git.io/c4 | shuf | head -n1)

macOS:

open $(curl -Ls git.io/c4 | gshuf | head -n1)

Example:

Open the admin panel

This will open the admin panel of cameras which are probably enabled to be controlled remotely (i.e. you can move them around). You might be asked for a pasword, just enter admin and leave password empty. Sometimes you are logged in automatically. Either way, after logging in, select the "Server Push Mode", sometimes also called "Firefox", "Chrome" or "videostream" mode.

Unix:

open http://admin:@$(curl -Ls git.io/c4 | grep videostream | shuf | head -n1 | cut -d "/" -f3)

macOS:

open http://admin:@$(curl -Ls git.io/c4 | grep videostream | gshuf | head -n1 | cut -d "/" -f3)

Example:

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