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
When I run code that access the camera, JupyterLab desktop seems like doesn't request permission to access the camera.
If it try to have permission, a dialog asking for permission will appear and "JupyterLab" will shown in the Mac permissions (Security & Privacy -> Privacy -> Camera). But I have not seen that.
Reproduce
Open Python3 notebook
Run next code in a cell
importcv2cv2.VideoCapture(0)
I got a next error
Kernel Restarting
The kernel for python/Untitled1.ipynb appears to have died. It will restart automatically.
Expected behavior
When code that needs access a media device run, JupyterLab try to have permission to access the device.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
When I run code that access the camera, JupyterLab desktop seems like doesn't request permission to access the camera.
If it try to have permission, a dialog asking for permission will appear and "JupyterLab" will shown in the Mac permissions (Security & Privacy -> Privacy -> Camera). But I have not seen that.
Reproduce
Expected behavior
When code that needs access a media device run, JupyterLab try to have permission to access the device.
similar issue (VSCode)
microsoft/vscode#95062
Context
The text was updated successfully, but these errors were encountered: