sensslen / LibLanc

Arduino Library to communicate to Lanc enabled Cameras
MIT License
16 stars 2 forks source link

Example Programs #5

Closed mattv8 closed 2 years ago

mattv8 commented 2 years ago

Do you have any examples of scripts using your library that you can provide for some basic commands like zoom in/out? Aperature fast/slow? Etc.?

sensslen commented 2 years ago

The library does contain example projects. Please install the library and check out the examples. Further, the reader does show a very basic example. Th library currently only supports zoom and focus commands however, additional commands should be fairly easy to add. Please feel free to open pull requests.

mattv8 commented 2 years ago

I appreciate the info, thank you! I see the Arduino library listed here: https://www.arduino.cc/reference/en/libraries/liblanc/. Posting so it is accessible to others.

Edit: I am not seeing example projects in the Arduino IDE for some reason, however I do see one at LibLanc/examples/SimlpeLancCommunication/SimpleLancCommunication.pde.

image