You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not so much a bug as it is a praise. I've been primarily stuck experimenting with the Gphoto library and was hoping to find a more concrete set of examples incorporating aspects of the Paparazzi over IP talk. Thanks for renewing my interest !
To any other fellow lazy coders: I got this working by placing the Pybonjour.py file in the 6dpy folder and then running python setup.py in my default Terminal application.
So, here's the million dollar question: how difficult would it be to bridge this functionality found in your code into an iOS app?
The text was updated successfully, but these errors were encountered:
This is really just a Python layer on to libgphoto (C API). There seem to be other projects using libgphoto on iOS so it must be possible to compile it for iOS (https://www.photosync-app.com/news-ios.html). I don't know the situation for Python on iOS -- if I was going to use this I would rewrite it in Swift.
Not so much a bug as it is a praise. I've been primarily stuck experimenting with the Gphoto library and was hoping to find a more concrete set of examples incorporating aspects of the Paparazzi over IP talk. Thanks for renewing my interest !
To any other fellow lazy coders: I got this working by placing the Pybonjour.py file in the 6dpy folder and then running
python setup.py
in my default Terminal application.So, here's the million dollar question: how difficult would it be to bridge this functionality found in your code into an iOS app?
The text was updated successfully, but these errors were encountered: