Hello, I’m developed an on-line educational platform intended to teach and learn Machine Learning fundamentals (https://learningml.org). Recently, I have ported the web app to a desktop app thanks to electron.js. I have build a snap package and uploaded to snapd repository (https://snapcraft.io/learningml-desktop).
The application is able to build Machine Learning models for image recognition and can get the training images from camera. On the other hand, it’s an application focused for children and newbie people which haven’t enough knowledge to enable the camera interface with snap command. So, I request an auto-connection of this application learningml-desktop with the camera plug.
Thanks in advance