A privacy-focused, intelligent security camera system

A privacy-focused, intelligent security camera system. Features: Multi-camera support w/ minimal configuration. Supports USB cameras and the Raspberry Pi camera module. Motion detection that automatically saves videos and lets you view them in the web app. Encrypted in transit, both from the cameras to the server and the server to your browser. Self-Hosted Free and Open Source Example screenshots Setting up the server Docker: Clone this repository Generate SSL certificates: ./create-certs.sh. Alternatively, you may place your own certs in the […]

Read more

CamLiFlow: Bidirectional Camera-LiDAR Fusion for Joint Optical Flow and Scene Flow Estimation

This is the official PyTorch implementation for paper “CamLiFlow: Bidirectional Camera-LiDAR Fusion for Joint Optical Flow and Scene Flow Estimation”. (CVPR 2022) News 2022-03-07: We release the code and the pretrained weights. 2022-03-03: Our paper is accepted by CVPR 2022. 2021-11-20: Our paper is available at https://arxiv.org/abs/2111.10502 2021-11-04: Our method ranked #1 on the leaderboard of KITTI Scene Flow. Pretrained Weights Precomputed Results Here, we provide precomputed results for the submission to the online benchmark of KITTI Scene Flow. Environment […]

Read more

Hack Camera, Microphone, Location, Clipboard With Just a Link. Also, Get Many Details About Victim’s Device

An Automated Tool to Hack Victim’s Camera, Microphone, Location, Clipboard. Has 2 Extra Features. Hack Camera Hack Microphone Hack Clipboard Hack Location Get So Many Details about Victim’s Device. As much as Possible… Prank Victim Using PasteJacking Supports Custom HTML page to Show to Victim. Supports URL Masking Supported Port Forwardings Localhost CloudFlared Ngrok Installation Commands apt update -y apt upgrade -y pkg install python git -y git clone https://github.com/Toxic-Noob/Link-X cd Link-X bash setup.sh python link-x.py    

Read more

Examine the camera capabilities for V4l2 cameras

This is a graphical user interface over the v4l2-ctl command line tool. This program supports an upcoming JetsonHacks article and video. Intended Spirit This app is a simple software sketch built to support a demonstration. It is not fully featured, and certainly not production quality code, but you may find it useful for your own study and experimentation. On the NVIDIA Jetson family of products, connected cameras generally stream through the V4L2 module. USB cameras go through the uvcvideomodule which […]

Read more

Make OpenCV camera loops less of a chore by skipping the boilerplate and getting right to the interesting stuff

camloop Forget the boilerplate from OpenCV camera loops and get to coding the interesting stuff Usage This is a simple project developed to reduce complexity and time writing boilerplate code when prototyping computer vision applications. Stop worrying about opening/closing video caps, handling key presses, etc, and just focus on doing the cool stuff! The project was developed in Python 3.8 and tested with physical local webcams. If you end up using it in any other context, please consider letting me […]

Read more

Virtual webcam that takes real webcam footage and replaces the background in order to have Virtual Backgrounds in MS Teams for Linux

The Need It’s been good long while since Microsoft first released a Teams version for Linux and yet, one of Teams’ coolest features doesn’t exist in said Linux version: removable backgrounds. As someone who uses Linux for their daily driver, this annoys me. Well, I’m an engineer, so of course, I found a solution. Using OpenCV and a v4l2loopback device (basically a virtual webcam you can write data to), I threw together a Python application that takes your normal webcam […]

Read more

BabelCalib: A Universal Approach to Calibrating Central Cameras

Description BabelCalib is a calibration framework that can estimate camera models for all types of central projection cameras. Calibration is robust and fully automatic. BabelCalib provides models for pinhole cameras with additive distortion as well as omni-directional cameras and catadioptric rigs. The supported camera models are listed under the solvers directory. BabelCalib supports calibration targets made of a collection of calibration boards, i.e., multiple planar targets. The method is agnostic to the pattern type on the calibration boards. It is […]

Read more

CTRL-C: Camera calibration TRansformer with Line-Classification

This repository contains the official code and pretrained models for CTRL-C (Camera calibration TRansformer with Line-Classification). Jinwoo Lee, Hyunsung Go, Hyunjoon Lee, Sunghyun Cho, Minhyuk Sung and Junho Kim. ICCV 2021. Single image camera calibration is the task of estimating the camera parameters from a single input image, such as the vanishing points, focal length, and horizon line. In this work, we propose Camera calibration TRansformer with Line-Classification (CTRL-C), an end-to-end neural network-based approach to single image camera calibration, which […]

Read more