Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.Devices.DigiCamControl
A package for remote controlling DSLR cameras in VL
https://github.com/vvvv/VL.Devices.DigiCamControl
camera dslr visual-programming vl
Last synced: 2 months ago
JSON representation
A package for remote controlling DSLR cameras in VL
- Host: GitHub
- URL: https://github.com/vvvv/VL.Devices.DigiCamControl
- Owner: vvvv
- License: mit
- Created: 2018-02-02T16:03:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T20:15:59.000Z (over 1 year ago)
- Last Synced: 2024-12-05T14:47:26.351Z (2 months ago)
- Topics: camera, dslr, visual-programming, vl
- Language: C#
- Homepage:
- Size: 4.24 MB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.Devices.DigiCamControl - A package for remote controlling DSLR cameras (Libraries / Devices)
README
# VL.Devices.DigiCamControl
A package for remote controlling DSLR cameras in VL.
Based on [digiCamControl](https://github.com/dukus/digiCamControl).Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.Devices.DigiCamControl -pre
Once the VL.Devices.DigiCamControl nuget is installed and referenced in your VL document you'll see the category "DigiCamControl" under "Devices" in the nodebrowser.
Demos are available via the Help Browser!