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
Improve Pi4 camera setup and slim down release artifacts.
Pi4 gets IMX219 overlay autoselect, full-FOV 1640x1232 capture, and a fixed
/etc/hosts update on hostname change. Board release tars no longer bundle YOLO
weights; last.pt is published once per release and self-update skips existing
models.
Co-authored-by: Cursor <cursoragent@cursor.com>
Rock5A は Raspberry Pi Camera v1.3(OV5647)と v2(IMX219)の両方に対応しますが、それぞれ別のデバイスツリーオーバーレイを使い、**同時に有効化すると CSI パイプラインが壊れます**(`rkcif ... get remote terminal sensor failed`)。
@@ -82,10 +114,10 @@ Rock5A は Raspberry Pi Camera v1.3(OV5647)と v2(IMX219)の両方に対
82
114
| IMX219 | Pi Camera v2 |`rpi-camera-v2`|`0x10`|
83
115
| OV5647 | Pi Camera v1.3 |`rpi-camera-v1_3`|`0x36`|
0 commit comments