Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - JohannB

#1
General Help Q&A / Re: USB / Wifi Camera Control
June 07, 2017, 09:50:08 PM
The requirements for my project have changed some, so my original question is no longer necessarily relevant to me, but for any future users looking to control their Canon DSLR over USB from an Arduino, this website has some pretty cool info:

https://www.circuitsathome.com/canon-eos-cameras-principles-of-interfacing-and-library-description/
#2
General Help Q&A / Re: USB / Wifi Camera Control
April 27, 2017, 11:18:33 PM
Or, could I send data (image file name, etc) over the 3-pin remote port? How would I go about doing that?
#3
General Help Q&A / USB / Wifi Camera Control
April 27, 2017, 11:07:04 PM
I have a Canon 6D and am working on an application in which I need to be able to remotely...
- trigger the camera to take a picture
- change ISO setting
- preview new images
- read the file name of new images

I can use some sort of embedded controller (Arduino with USB shield, etc) and/or an iPad

How much of this can be done over USB with ML? Wifi? Can I interface with the USB port from a lua script?

If the answer is a combination of USB and Wifi, can I use the two at the same time?