Rasberry PI 4 Camera

Is there a particular reason I can not get access to the raspberry pi camera? My Miletus app cannot capture images in Raspberry Pi, but the windows build does capture images using the USB Camera.

Any assistance will be appreciated.

Hi,

At the time of implementation access to camera and microphone was not supported at WebKitGTK level. On your Raspberry Pi if you open the developer tools via View > Toggle developer tools then you'll most likely see an error that mentions navigator.getUserMedia is undefined.

We'll take a look to see if anything has changed in the meantime regarding to supporting camera access.

Thanks for the update!