New features
* Add **hands landmarks detection**, [documentation](https://wiki.sipeed.com/maixpy/doc/zh/vision/hand_landmarks.html), [English documentation](https://wiki.sipeed.com/maixpy/doc/en/vision/hand_landmarks.html)
video:
https://github.com/user-attachments/assets/34aa3146-fef5-4127-bfbd-7bb7755bf4d6
* Add **YOLO11-OBB** support, now support detect object with angle, [documentation](https://wiki.sipeed.com/maixpy/doc/zh/vision/detect_obb.html) ( [English documentation](https://wiki.sipeed.com/maixpy/doc/en/vision/detect_obb.html))

* Add MaixCAM as UVC camera support and add APP, use MaixCAM as a USB camera.
* Add thermal camera MLX90640 support, hardware will be on store soon.

* Add TOF camera support, hardware will be on store soon.

* Support disable default CommProtocol in Settings APP(you can also set in `/maixapp/sys_conf.ini`).
* `image.to_format()` support NV21 to grayscale.
* `nn.NN.forward_image` now support `hwc` channel format, that is now support `Tensorlow` model also, you can convert your tensorflow model to ONNX and convert to the format MaixCAM support.
BUG Fix
* Fix face recognition error when multiple face in camera.
* Sync time from RTC too late when no network 90.
* RTSP memory leak bug.
* MUD file parse labels contain space issue.
* Fix key init error bug on MaixCAM
Optimization
* Default set dual_buff arg to false for `nn.NN` class to avoid program mistake.
* Pin map add PIN24/PWM2 support.(MaixCAM not this pin out)