iOS 12 Safari - Rear camera access resolution limitation

Hello all.


I'm creating a web application, which captures video and processes each frame.

The problem is that the video is always been get at VGA resolution (640x480), despite rear camera having higher resolution.

When running this page https://webrtchacks.github.io/WebRTC-Camera-Resolution/, also shows that the highest resolution possible is VGA on both devices.

Tested on iPhone SE and iPad Mini 2 with iOS 12.0.1 and I'm using normal HTML5 video tag and some Angular code.


Thanks.