cdb9e450b5
feat: thêm tính năng tải frame, presets, background từ cloud
admin2026-07-07 07:57:02 +07:00
9af4498897
Disable physical focus trigger and orange ring display when AI background mode is active
admin2026-07-06 22:18:17 +07:00
2de35196db
Fix Portrait Blur Viewfinder and Captured photo: enable software blur on viewfinder preview when blurIntensity > 0, sync updateBackgroundMode, and scale blur radius based on width
admin2026-07-06 22:10:39 +07:00
50ab58ae3e
Fix 34_FIX_BG.md: implement runSimulatedBackgroundProcessing fallback to support high-quality portrait blur and background replacement on JNI-less emulators
admin2026-07-06 22:03:53 +07:00
2de7fc4c0f
Implement 34_FIX_BG.md: restore high-quality AI background replacement and blur blending for captured photos in the background thread, while maintaining lag-free early bypass for viewfinder preview
admin2026-07-06 21:53:29 +07:00
2cf5a91557
Implement 33_FIX_GRAIN.md: add FilmGrainView custom view for dynamic 60 FPS grain preview, sync intensity, and optimize Gaussian noise generation for saved photos
admin2026-07-06 21:51:51 +07:00
3058032d01
Implement 32_FIX_PRESET.md: create non-linear applyHighImpactPreset mapping for photo save, and apply to captured photo background thread processing
admin2026-07-06 21:43:29 +07:00
dd4edc61ac
Implement 31_FIX_UXUI.md: add BackgroundMode, skip analyzer in non-AI_BLUR to prevent lag, add highlight and shadow to ColorPreset and processAndSaveCapturedPhoto
admin2026-07-06 21:32:03 +07:00
7fdce924b3
Implement 30_FOCUS_API.md: physical autofocus and autoexposure via CameraX API, and disable software blur rendering in Portrait Blur mode
admin2026-07-06 21:17:42 +07:00
6636cdb418
Implement exponential focal length mapping for background blur as described in 27_FIX_DOF.md
admin2026-07-06 20:10:35 +07:00
a7a539b97f
Implement anti-ghosting inpainting for original background blur during photo capture as described in 25_FIX_CAMERA.md
admin2026-07-06 19:52:12 +07:00
c95f12cedc
Implement resolution independent blur: fix differences between viewfinder and final photo, eliminate lag by blurring on a fixed target width of 120px
admin2026-07-06 18:53:36 +07:00
7e21d37ae2
Smooth blur: replace O(N*r) box blur with O(N) sliding window box blur and scale intensity linearly from 1 to 40
admin2026-07-06 18:45:12 +07:00
fe095304cc
Optimize: downscale viewfinder preview to prevent camera lag, remove unused MiDaS depth model and TensorFlow Lite dependencies
admin2026-07-06 18:32:40 +07:00
06614f92e6
Fix viewfinder issues: resolve subject blurring during background blur and enable background replacement in live camera feed
admin2026-07-06 18:14:50 +07:00
9e739d3827
Implement soft edge alpha blending and viewfinder lag fix as described in 24_FIX_LAG.md
admin2026-07-06 18:08:17 +07:00
4035aefda4
Fix emulator crash by adding runtime JNI loading check and fallback for MediaPipe Tasks Vision
admin2026-07-06 17:53:04 +07:00
88fc095bdc
fix: sử dụng AI để nhận diện khuôn mặt và focus
3dtours2026-07-06 17:25:21 +07:00
bc3b3533a7
fix: chèn frame và lưu ảnh vào thư viện
3dtours2026-07-06 11:44:11 +07:00
4e3c6f35c7
fix: chỉnh sửa button cho phần chỉnh presets
3dtours2026-07-05 21:55:40 +07:00
b5d7311447
Fix: Enable real-time ARGB color overlay preview updates by bypassing hardcoded colors in edit mode
3dtours2026-07-05 18:20:46 +07:00
bcbb853558
Feat: Complete 14 sliders integration, remove pen button and implement custom 3-second long press (10_FIX_SLIDER.md)
3dtours2026-07-05 18:16:39 +07:00
1a74887fe0
Feat: Implement floating advanced sliders inside camera view finder with scale animation (9_FEAT_UI.md)
3dtours2026-07-05 18:10:42 +07:00
9f9ec87d54
Implement 3_ANDROID_CAMERA: Advanced Camera features (Zoom controls, flash modes, front/back switch, and countdown timer)
3dtours2026-07-05 12:48:21 +07:00
70f8ef4da4
Fix: Enable AndroidX, remove deprecated package attribute in manifest, and correct XML namespace URI in activity_main.xml
3dtours2026-07-05 12:37:41 +07:00