Akshar Kalathiya
Akshar Kalathiya
Guys, i have been using room for very small requirements but wanted to try realm is it worth it as it's documentation is very bad and it is not supporting...
Hi, thanks for the suggestion! I've implemented the approach using set_controls with FrameDurationLimits and added a custom method to check if the settings have stabilized: ``` def apply_settings(self, exposure_time, gain):...
Hi, thank you for the great suggestion! I've implemented the long-exposure stabilization logic based on your advice. For shorter exposures (e.g., under 200–300ms), I continue using the live metadata loop...
i have wrote one test code ``` from picamera2 import Picamera2 import time def method_1_wait_for_stabilization(picam2, exposure_time, gain): print("\n▶️ Method 1: Wait for stabilization") frame_duration = max(exposure_time + 1000, 33333) picam2.set_controls({...