Skip to content

Conversation

@cnadler86
Copy link
Owner

Adds property-based attribute delegation in the async camera wrapper class to work around a MicroPython subclassing bug, ensuring consistent attribute access.

Refines UI styling in the HTML example for better alignment and updates documentation for clarity, including deprecation notes for legacy method prefixes.

Removes runtime deprecation warnings from native getters/setters to streamline output, as needed for workaround.

Moves sensor frame size validation to a dedicated setter to ensure frame size does not exceed sensor limits before reconfiguration. Improves robustness by guaranteeing correct frame size is applied to both configuration and sensor state.

Fixes #47

…r get/set methods

Enhances typings for better autocompletion.
Fixed missing acamera module
Fixed missing sentinel in property setter
Moves sensor frame size validation to a dedicated setter to ensure frame size does not exceed sensor limits before reconfiguration. Improves robustness by guaranteeing correct frame size is applied to both configuration and sensor state.
Adds property-based attribute delegation in the async camera wrapper class to work around a MicroPython subclassing bug, ensuring consistent attribute access.

Refines UI styling in the HTML example for better alignment and updates documentation for clarity, including deprecation notes for legacy method prefixes.

Removes runtime deprecation warnings from native getters/setters to streamline output, as needed for workaround.
@cnadler86 cnadler86 merged commit 0fd1f6c into master Dec 19, 2025
48 checks passed
@cnadler86 cnadler86 deleted the develop branch December 19, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecated setters work, properties don't?

2 participants