I just played with the Gallery App on my Phone (3) and examined the beta Gallery APK from which these “leaks” were assembled. More interestingly within the APK, these feature are present but I can’t access them on a Phone (3) yet as I don’t have those Arcsoft libraries present. Perhaps the (4) series of phones do? Perhaps they won’t roll out to the Phone (3)? Can anyone on a Phone (4a/pro) access the features below?
The newest Nothing Gallery APK appears to include these AI-enhanced tools and native libraries:
Clean Up / AI Eraser
ArcSoft wrapper: ArcsoftAIPhotoEraser
Native library: libaiphotoeraser.so
Loaded with:
$$
System.loadLibrary(“aiphotoeraser”);
$$
Also supports a LaMa-based inpainting fallback through the Gallery content-removal processor.
Pedestrian / Passer-by Removal
ArcSoft wrapper: ArcsoftAIPasserBySegmentation
Native library: libaipasserbysegmentation.so
Loaded with:
$$
System.loadLibrary(“aipasserbysegmentation”);
$$
Requires both passer-by segmentation and the ArcSoft photo-eraser backend.
Window Reflection Reduction
ArcSoft wrapper: ArcsoftWindowReflectionReduction
Native library: libwindowreflectionreduction.so
Loaded with:
$$
System.loadLibrary(“windowreflectionreduction”);
$$
Eyeglass Reflection Reduction
ArcSoft wrapper: ArcsoftEyeglassReflectionReduction
Native library: libeyeglassreflectionreduction.so
Loaded with:
$$
System.loadLibrary(“eyeglassreflectionreduction”);
$$
Lens Flare Reduction
ArcSoft wrapper: ArcsoftFlareReduction
Native library: libflarereduction.so
Loaded with:
$$
System.loadLibrary(“flarereduction”);
$$
The APK also checks for ArcSoft model files under:
$$
/vendor/etc/camera/
$$
including:
$$
arc_gii_data1.bin
arc_gii_data2.bin
arc_gii_data3.bin
$$
Those model files appear to relate to preloaded ArcSoft image-inpainting assets rather than to the basic Java UI itself.
edit: it seems these libraries are present on the 4a/pro and all of those options above should work but the 3 doesn’t possess them. maybe in the future or maybe I root and install them.