-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Basic macOS-support #175
Basic macOS-support #175
Conversation
* Enable usage on macOS * add .DS_Store to .gitignore
Hey, I am curious, I do not have a mac. |
Hi, yes. The app is starting and displays correctly. As you mentioned, backends are only Virtual webcam and webcamvc2. I have gphoto2 installed, but its not in the backends-list. If I can help with testing on mac, feel free to contact me :) |
Hm, I could add automated tests for Mac also. Not sure how gphoto performs on mac |
VirtualCam and Webcamvc2 works fine, but how to get it working with gphoto2? |
You mean for Mac? @PixelAlarm did you make it work on your system on a mac? I did not dive deeper in that because I do not own a mac. |
Yes for Mac. |
No you did not miss anything. So please update to latest version, check that it installed gphoto2 as dependency and then try if it works out of the box. Good luck ;) |
Thanks for your update @mgineer85 ! Gphoto2 is well installed into the vent |
hi - there must be more logs. We need to see what happend from the start of the app until the moment you trigger a capture. When you start the program on the console, you might see live what errors occur. |
I didn‘t investigate the MacOS-backends further, since I mostly use the Mac-Support for testing some CSS-fiddling. gphoto2 seems to be not future-proof on macos though: gphoto/libgphoto2#1064 (comment) |
I have no idea if gphoto2 will be usable in the future on macos, but good to know about this upcoming issue. Keep it in mind. |
Enable usage on macOS: Add platform "Darwin" to informationservice.py to make app run on macOS
add .DS_Store to .gitignore