You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolution options corrected — /setup page now shows QVGA/VGA/HD/UXGA (PY260-native sizes only). Previous options SVGA/XGA are not supported by the sensor and caused a boot loop.
NVS validation — invalid resolution values loaded from NVS are now detected and reset to VGA instead of causing a boot loop.
MQTT image controls fixed — brightness (0–8), contrast (0–6), saturation (0–6) now match driver-native ranges. Previous -2..2 range silently did nothing.
XCLK validation — invalid XCLK frequency now returns a proper error instead of relying on assert() which is disabled in production builds.
Deinit ordering — ISR freed before queue deletion to prevent ISR writing to a deleted queue.
Camera task stack size wired to CONFIG_CAMERA_TASK_STACK_SIZE Kconfig symbol.