GPU accelerated camera access for Android devices. Makes camera access quick and efficient, whilst working with standard media player / media texture objects the same as any other media playback.
Better than the built-in camera support in multiple ways:
Fast, GPU based playback of camera streams on media textures - full resolution capture without stutter.
Full control of all camera settings (autofocus, shutter speed, ISO etc.)
Support for multiple cameras at once (if your device supports it).
Support for choosing front & back cameras, and both eye passthrough cameras on Meta Quest 3.
Capture images to .JPEG files.
Capture raw sensor data to .DNG files.
All features accessible in Blueprint.
Dedicated blueprint classes to make selecting resolution & camera simple (or you can configure with media player URLs if you prefer.)
Settings to add the correct Android permissions for either camera or Meta Quest front cameras to the AndroidManifest.xml, and a Blueprint class to request permissions at runtime.