{"id":20324689,"url":"https://github.com/mikeirvingweb/cameraexperiments","last_synced_at":"2025-04-11T19:42:09.076Z","repository":{"id":134830395,"uuid":"563347062","full_name":"mikeirvingweb/CameraExperiments","owner":"mikeirvingweb","description":"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.","archived":false,"fork":false,"pushed_at":"2023-08-25T14:57:56.000Z","size":65,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T15:48:59.520Z","etag":null,"topics":["bluetooth","bluetooth-low-energy","ceyomur","csharp","video-camera","wifi"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikeirvingweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-08T12:30:39.000Z","updated_at":"2024-03-31T11:24:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c420b7a-2120-46af-bd85-169d2d5acfea","html_url":"https://github.com/mikeirvingweb/CameraExperiments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeirvingweb%2FCameraExperiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeirvingweb%2FCameraExperiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeirvingweb%2FCameraExperiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeirvingweb%2FCameraExperiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikeirvingweb","download_url":"https://codeload.github.com/mikeirvingweb/CameraExperiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248468483,"owners_count":21108826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluetooth","bluetooth-low-energy","ceyomur","csharp","video-camera","wifi"],"created_at":"2024-11-14T19:37:12.400Z","updated_at":"2025-04-11T19:42:09.064Z","avatar_url":"https://github.com/mikeirvingweb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Camera Experiments in C#\n📹 C# Functionality for connecting to various\\* Wildlife / Security Cameras and downloading their recording files.\n\n\\*Can currently to **Ceyomur** cameras, including the **Ceyomur CY95 Solar 4K Trail Camera**, or any device housing a **Toshiba FlashAir** SD Card. \n \n➕ More camera makes and models will be added over time\n\n## How to use\n\n✏️ Modify *Settings.json* to suit your setup.\n\n`localFilePath` - set this to a folder where files can be downloaded.\n\n📹  *For Ceyomur cameras..*  \n`WifiSSID` - set this to the Wifi SSID of your camera.  \n`WifiPassword` - set this to the Wifi Password of your camera.  \n`BluetoothDeviceId` - set this to the Bluetooth Device ID of your camera.  \n\n☁️  *For Toshiba FlashAir devices..*  \n`WifiSSID` - set this to the Wifi SSID of your Toshiba FlashAir card.  \n`WifiPassword` - set this to the Wifi Password of your Toshiba FlashAir card.  \n`RemoteFolder` - set this to the folder where your camera / device stores files.  \n\n## 🪟 Windows  \n\nUses `SimpleWifi` and `InTheHand.BlueToothLE`.\n\nTo execute, simply run `CameraExperiments.exe`.\n\n## 🐧 Linux (Experimental)\n\nUses scripts / system commands in place of SimpleWifi and InTheHand.BlueToothLE.\n\nTo run, you may need to start `NetworkManager` first.\n\n`sudo systemctl start NetworkManager`\n\n**Wifi** requires `nmcli`, **Bluetooth** requires `hcitool` and `gatttool`.\n\nYou will need to add execute permissions on the two script files, and the main executable.\n\n`chmod +x Scripts/BluetoothLinux.sh`  \n`chmod +x Scripts/WifiLinux.sh`  \n\n`chmod +x CameraExperiments`  \n\nThen to execute, run:  \n\n`sudo ./CameraExperiments`  \n\n### Contributions\n\n🍴 Feel free to Fork / Branch / Modify, raise any Pull Requests for changes.\n\n#### Further reading  \n\n🦔 Built as part of [.NET, IoT and Hedgehogs!](https://www.mike-irving.co.uk/web-design-blog/?blogid=122)\n\n\n#### Credits\n\n🙏 Thanks to [Peter Foot](https://github.com/peterfoot) for help with Bluetooth connectivity, achieved using the [InTheHand.BluetoothLE NuGet Package](https://www.nuget.org/packages/InTheHand.BluetoothLE), part of [32feet.NET](https://github.com/inthehand/32feet).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeirvingweb%2Fcameraexperiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikeirvingweb%2Fcameraexperiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeirvingweb%2Fcameraexperiments/lists"}