No camera available in run mode

I added a custom camera widget to my app. I used this code https://github.com/bulgariamitko/flutterflowtutorials/blob/main/Packages/camera/camera-pictures.dart When running this in preview mode my browser requests the camera, which I grant and I actually see my face within the widget. I also have this indicator in my address bar (see screenshot)

However, when running this on test mode I see only a caption that there is no camera available. Also there is no request for camera access and no indicator that a camera is being used.

I run this on Mac OS Ventura in a chrome browser. I gave access to the camera for the app.flutterflow.io subdomain (see screenshot).

Any tipps on how to resolve this? If you need more information, please let me know. I am happy to provide them

EDIT: The camera works in run mode but not in test mode. Is this supposed to happen?

2
4 replies