Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Opencvb | 61 | 3 days ago | mit | Visual Basic .NET | ||||||
OpenCV .Net application supporting several RGBD cameras - Kinect, Intel RealSense, Luxonis Oak-D, Mynt Eye D 1000, and StereoLabs ZED 2 | ||||||||||
Hololenscamcalib | 27 | 3 years ago | lgpl-3.0 | C | ||||||
Programs to calibrate HoloLens front-facing camera, supporting HL1 and HL2 | ||||||||||
Osc | 22 | 4 years ago | 1 | apache-2.0 | Python | |||||
Open Spherical Camera API level 1 - simple python script to take and grab an image from a spherical camera (Samsung Gear 360 2016) | ||||||||||
Cannon Bluetooth Remote | 16 | 4 years ago | mit | Python | ||||||
Python script to emulate Canon's BR-E1 remote | ||||||||||
Pithermal | 9 | 6 years ago | mit | Python | ||||||
Python script which runs on Raspberry Pi, enabling interaction with Seek thermal imaging camera | ||||||||||
Ubinty | 6 | 4 years ago | Python | |||||||
A small and dirty python script to change the record type of your Ubiquiti cameras | ||||||||||
Linux Dslr Timelapse | 4 | 4 years ago | gpl-3.0 | Python | ||||||
With this python script you can create TimeLapse videos with your camera and Linux | ||||||||||
Pymera | 3 | a month ago | Python | |||||||
an application that track your face | ||||||||||
Safeline | 2 | 4 years ago | JavaScript | |||||||
Flickr Camera Model Scraper | 2 | 9 years ago | mit | Python | ||||||
Python script that scrapes list of all camera models from Flickr.com |
This is a simple Python script to emulate the BR-E1 remote, for controlling Bluetooth enabled Canon DSLRs like the Rebel T7i. This blog post provides some more information.
This script does not provide a particularly good interface. It is meant as a demonstration of the protocol. Look at the code and adapt to your own use.
This script requires btgatt-client
from bluez-utils
. To pair with the Camera, you will need the camera's Bluetooth MAC address, which can be found under it's Bluetooth settings menu. Then enable Bluetooth on the camera, set the "Bluetooth function" to "Remote" and click pair. On your computer, run ./remote.py <address> pair
.
You can then execute commands. For example, ./remote.py <address> ir
releases the shutter immediately.