-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PTP/IP connection not initialized fully #1
Comments
Hi |
wow, you are fast in answering ;-) Thanks for the tipp for using IR. I would rather use IR but would want to use the direct cable-based solution. I can switch the camera to focus/take a photo with a cable I built. What is missing and what I do not understand is: where to put it in your code ;-) This is by way the best solution I found on the net, a little more promo would be sooooo cool |
Can you give me more info about your cable solution? is it USB (PTP over USB), or just like a remote shutter cable? If it's a remote shutter cable, give me a link to your code and I'll take a look at it. |
Its a remote shutter cable. I did not start with the code. The camera is protected with optical isolators at the inputs, so any 5V signal of a pulled-down pin works. |
You can try to put your code in nikon_ir_take_photo(); Comment the old function, and put your code there. This is just to test the camera. After it's working, you can make your own function, like nikon_cable() and change a few things in the code to call it (just search for nikon_ir_take_photo to see where to modify. |
Hi Radu,
I came across your Macro Rail project code on github in the last days.
My linear rail is already finished and can be moved from another project.
What was missing so far, is the code to do PTP/IP which is in your project 🙂
I am using a Nikon D750 with an AF Micro 105mm 2.8D currently and want to start focus stacking.
What I came across in the code is that I can:
Any ideas would be wonderful ;-)
Best Ben
The text was updated successfully, but these errors were encountered: