GUI Mode Working in Terminal on macOS (with Camera Access Prompt)
Closed this issue · 1 comments
haoruizhou commented
Issue: GUI Mode Working in Terminal on macOS (with Camera Access Prompt)
Description:
I am providing this remark that the GUI mode does work in Terminal, but requires additional steps for camera access.
Tested Version:
extract_otp_secrets_2.8.1_macos_x86_64
on macOS Sequoia 15.1 beta.
Steps to Reproduce:
- Run the program in Terminal for the first time.
- Wait approximately 30 seconds - 1 minute on the first run. Terminal will display the following error:
OpenCV: not authorized to capture video (status 0), requesting... OpenCV: camera failed to properly initialize!
- macOS will then prompt to request camera access.
- After allowing camera access, rerun the program.
- On the second run, the GUI prompt shows correctly and is fully operable.
Additional Context:
This is in response to the reported issue:
"
⚠️ It seems the GUI mode is not working in Terminal on macOS. In tests no GUI window was opened. (Remarks and hints about macOS are welcome since I do not know macOS.)"
It appears that the issue is related to camera access permissions in macOS, and once allowed, the GUI functions as expected.
scito commented
Thanks for the contribution!