Giter Site home page Giter Site logo

vanish13 / cameraexperiments Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikeirvingweb/cameraexperiments

0.0 0.0 0.0 65 KB

C# Functionality for connecting to Wildlife / Security Cameras and downloading their recording files. Can currently to Ceyomur cameras, including the Ceyomur CY95 Solar 4K Trail Camera, or any device housing a Toshiba FlashAir SD Card.

Shell 0.93% C# 99.07%

cameraexperiments's Introduction

Camera Experiments in C#

๐Ÿ“น C# Functionality for connecting to various* Wildlife / Security Cameras and downloading their recording files.

*Can currently to Ceyomur cameras, including the Ceyomur CY95 Solar 4K Trail Camera, or any device housing a Toshiba FlashAir SD Card.

โž• More camera makes and models will be added over time

How to use

โœ๏ธ Modify Settings.json to suit your setup.

localFilePath - set this to a folder where files can be downloaded.

๐Ÿ“น For Ceyomur cameras..
WifiSSID - set this to the Wifi SSID of your camera.
WifiPassword - set this to the Wifi Password of your camera.
BluetoothDeviceId - set this to the Bluetooth Device ID of your camera.

โ˜๏ธ For Toshiba FlashAir devices..
WifiSSID - set this to the Wifi SSID of your Toshiba FlashAir card.
WifiPassword - set this to the Wifi Password of your Toshiba FlashAir card.
RemoteFolder - set this to the folder where your camera / device stores files.

๐ŸชŸ Windows

Uses SimpleWifi and InTheHand.BlueToothLE.

To execute, simply run CameraExperiments.exe.

๐Ÿง Linux (Experimental)

Uses scripts / system commands in place of SimpleWifi and InTheHand.BlueToothLE.

To run, you may need to start NetworkManager first.

sudo systemctl start NetworkManager

Wifi requires nmcli, Bluetooth requires hcitool and gatttool.

You will need to add execute permissions on the two script files, and the main executable.

chmod +x Scripts/BluetoothLinux.sh
chmod +x Scripts/WifiLinux.sh

chmod +x CameraExperiments

Then to execute, run:

sudo ./CameraExperiments

Contributions

๐Ÿด Feel free to Fork / Branch / Modify, raise any Pull Requests for changes.

Further reading

๐Ÿฆ” Built as part of .NET, IoT and Hedgehogs!

Credits

๐Ÿ™ Thanks to Peter Foot for help with Bluetooth connectivity, achieved using the InTheHand.BluetoothLE NuGet Package, part of 32feet.NET.

cameraexperiments's People

Contributors

mikeirvingweb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.