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
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/ai-camera/about.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[[ai-camera]]
2
2
== About
3
3
4
-
The Raspberry Pi AI Camera uses the Sony IMX500 imaging sensor to provide low-latency and high-performance AI capabilities to any camera application. Tight integration with xref:../computers/camera_software.adoc[Raspberry Pi's camera software stack] allows users to deploy their own neural network models with minimal effort.
4
+
The Raspberry Pi AI Camera uses the Sony IMX500 imaging sensor to provide low-latency, high-performance AI capabilities to any camera application. Tight integration with xref:../computers/camera_software.adoc[Raspberry Pi's camera software stack] allows users to deploy their own neural network models with minimal effort.
5
5
6
6
image::images/ai-camera.png[The Raspberry Pi AI Camera]
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/audio/configuration.adoc
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,11 @@ All the necessary mounting hardware including spacers, screws and connectors is
37
37
38
38
=== Hardware versions
39
39
40
-
There are multiple versions of the audio cards, and the version that you possess determines the actions required to configure it. Older IQaudIO-marked boards (black PCB) are electrically equivalent to the Raspberry Pi-branded boards (green PCB) but have different EEPROM contents. The following command can be used to confirm which version you have:
40
+
There are multiple versions of the audio cards. Your specific version determines the actions required for configuration. Older, IQaudIO-branded boards have a black PCB. Newer Raspberry Pi-branded boards have a green PCB. These boards are electrically equivalent, but have different EEPROM contents.
41
+
42
+
After attaching the HAT and applying power, check that the power LED on your audio card is illuminated, if it has one. For example, the Codec Zero has an LED marked `PWR`.
43
+
44
+
After establishing the card has power, use the following command to check the version of your board:
41
45
42
46
[source,console]
43
47
----
@@ -98,6 +102,21 @@ The following command will set your device to use the on-board MEMS microphone a
This command may result in erroneous messages, including the following:
106
+
107
+
* "failed to import hw"
108
+
* "No state is present for card"
109
+
110
+
In most cases, these warnings are harmless; you can safely ignore them.
111
+
112
+
However, the following warnings may indicate a hardware failure:
113
+
114
+
* "Remote I/O error"
115
+
116
+
In Linux, the following warnings indicate that the kernel can't communicate with an I2C device:
117
+
118
+
* "Remote I/O error" (`REMOTEIO`)
119
+
101
120
In order for your project to operate with your required settings when it is powered on, edit the `/etc/rc.local` file. The contents of this file are run at the end of every boot process, so it is ideal for this purpose. Edit the file:
102
121
103
122
[source,console]
@@ -109,7 +128,7 @@ Add the chosen script command above the exit 0 line and then *Ctrl X*, *Y* and *
109
128
110
129
[source,bash]
111
130
----
112
-
#!/bin/sh -e
131
+
#!/bin/sh
113
132
#
114
133
# rc.local
115
134
#
@@ -152,6 +171,16 @@ pcm.!default {
152
171
153
172
Press `Ctrl+X`, then the `Y` key, then *Enter* to save. Reboot once more to complete the configuration:
154
173
174
+
Modern Linux distributions such as Raspberry Pi OS typically use PulseAudio or PipeWire for audio control. These frameworks are capable of mixing and switching audio from multiple sources. They provide a high-level API for audio applications to use. Many audio apps use these frameworks by default.
175
+
176
+
Only create `~/.asoundrc` if an audio application needs to:
177
+
178
+
* communicate directly with ALSA
179
+
* run in an environment where PulseAudio or PipeWire are not present
180
+
181
+
This file can interfere with the UI's view of underlying audio resources. As a result, we do not recommend creating `~/.asoundrc` when running the Raspberry Pi OS desktop.
182
+
The UI may automatically clean up and remove this file if it exists.
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/camera/camera_hardware.adoc
+48-26Lines changed: 48 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,15 @@ image::images/cm3.jpg[Camera Module 3 normal and wide angle]
11
11
.Camera Module 3 NoIR (left) and Camera Module 3 NoIR Wide (right)
12
12
image::images/cm3_noir.jpg[Camera Module 3 NoIR normal and wide angle]
13
13
14
-
15
-
Additionally a 12-megapixel https://www.raspberrypi.com/products/raspberry-pi-high-quality-camera/[High Quality Camera] with CS- or M12-mount variants for use with external lenses was https://www.raspberrypi.com/news/new-product-raspberry-pi-high-quality-camera-on-sale-now-at-50/[released in 2020] and https://www.raspberrypi.com/news/new-autofocus-camera-modules/[2023] respectively. There is no infrared version of the HQ Camera, however the xref:camera.adoc#filter-removal[IR Filter can be removed] if required.
14
+
Additionally, a 12-megapixel https://www.raspberrypi.com/products/raspberry-pi-high-quality-camera/[High Quality Camera] with CS- or M12-mount variants for use with external lenses was https://www.raspberrypi.com/news/new-product-raspberry-pi-high-quality-camera-on-sale-now-at-50/[released in 2020] and https://www.raspberrypi.com/news/new-autofocus-camera-modules/[2023] respectively. There is no infrared version of the HQ Camera, however the xref:camera.adoc#filter-removal[IR Filter can be removed] if required.
16
15
17
16
.HQ Camera, M12-mount (left) and C/CS-mount (right)
18
17
image::images/hq.jpg[M12- and C/CS-mount versions of the HQ Camera]
19
18
19
+
The Raspberry Pi AI Camera uses the Sony IMX500 imaging sensor to provide low-latency and high-performance AI capabilities to any camera application. Tight integration with xref:../computers/camera_software.adoc[Raspberry Pi's camera software stack] allows users to deploy their own neural network models with minimal effort.
20
+
21
+
image::images/ai-camera-hero.png[The Raspberry Pi AI Camera]
22
+
20
23
Finally, there is the Global Shutter camera, which was http://raspberrypi.com/news/new-raspberry-pi-global-shutter-camera[released in 2023]. There is no infrared version of the GS Camera, however the IR Filter can be removed if required.
21
24
22
25
.Global Shutter Camera
@@ -59,86 +62,96 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
59
62
== Hardware Specification
60
63
61
64
|===
62
-
| | Camera Module v1 | Camera Module v2 | Camera Module 3 | Camera Module 3 Wide | HQ Camera | GS Camera
65
+
| | Camera Module v1 | Camera Module v2 | Camera Module 3 | Camera Module 3 Wide | HQ Camera | AI Camera | GS Camera
63
66
64
67
| Net price
65
68
| $25
66
69
| $25
67
70
| $25
68
71
| $35
69
72
| $50
73
+
| $70
70
74
| $50
71
75
72
76
| Size
73
77
| Around 25 × 24 × 9 mm
74
78
| Around 25 × 24 × 9 mm
75
79
| Around 25 × 24 × 11.5 mm
76
80
| Around 25 × 24 × 12.4 mm
77
-
| 38 x 38 x 18.4mm (excluding lens)
78
-
| 38 x 38 x 19.8mm (29.5mm with adaptor and dust cap)
81
+
| 38 × 38 × 18.4mm (excluding lens)
82
+
| 25 × 24 × 11.9mm
83
+
| 38 × 38 × 19.8mm (29.5mm with adaptor and dust cap)
@@ -148,13 +161,15 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
148
161
| Motorized
149
162
| Adjustable
150
163
| Adjustable
164
+
| Adjustable
151
165
152
166
| Depth of field
153
167
| Approx 1 m to ∞
154
168
| Approx 10 cm to ∞
155
169
| Approx 10 cm to ∞
156
170
| Approx 5 cm to ∞
157
171
| N/A
172
+
| Approx 20 cm to ∞
158
173
| N/A
159
174
160
175
| Focal length
@@ -163,6 +178,7 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
163
178
| 4.74 mm
164
179
| 2.75 mmm
165
180
| Depends on lens
181
+
| 4.74 mm
166
182
| Depends on lens
167
183
168
184
| Horizontal Field of View (FoV)
@@ -171,6 +187,7 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
171
187
| 66 degrees
172
188
| 102 degrees
173
189
| Depends on lens
190
+
| 66 ±3 degrees
174
191
| Depends on lens
175
192
176
193
| Vertical Field of View (FoV)
@@ -179,6 +196,7 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
179
196
| 41 degrees
180
197
| 67 degrees
181
198
| Depends on lens
199
+
| 52.3 ±3 degrees
182
200
| Depends on lens
183
201
184
202
| Focal ratio (F-Stop)
@@ -187,14 +205,16 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
187
205
| F1.8
188
206
| F2.2
189
207
| Depends on lens
208
+
| F1.79
190
209
| Depends on lens
191
210
192
-
| Maximum exposure times (seconds)
211
+
| Maximum exposure time (seconds)
193
212
| 0.97
194
213
| 11.76
195
214
| 112
196
215
| 112
197
216
| 670.74
217
+
| 112
198
218
| 15.5
199
219
200
220
| Lens Mount
@@ -203,6 +223,7 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
203
223
| N/A
204
224
| N/A
205
225
| C/CS- or M12-mount
226
+
| N/A
206
227
| C/CS
207
228
208
229
| NoIR version available?
@@ -212,6 +233,7 @@ Then, please follow the relevant setup instructions for xref:../computers/camera
212
233
| Yes
213
234
| No
214
235
| No
236
+
| No
215
237
|===
216
238
217
239
NOTE: There is https://github.com/raspberrypi/libcamera/issues/43[some evidence] to suggest that the Camera Module 3 may emit RFI at a harmonic of the CSI clock rate. This RFI is in a range to interfere with GPS L1 frequencies (1575 MHz). Please see the https://github.com/raspberrypi/libcamera/issues/43[thread on Github] for details and proposed workarounds.
SD card quality is a critical factor in determining the overall user experience for a Raspberry Pi computer. Slow bus speeds and lack of command queueing can reduce the performance of even the most powerful Raspberry Pi models.
7
+
8
+
Raspberry Pi's official microSD cards support DDR50 and SDR104 bus speeds. Additionally, Raspberry Pi SD cards support the command queueing (CQ) extension, which permits some pipelining of random read operations, ensuring optimal performance.
9
+
10
+
You can even buy Raspberry Pi SD cards pre-programmed with the latest version of Raspberry Pi OS.
11
+
12
+
Raspberry Pi SD cards are available in the following sizes:
13
+
14
+
* 32GB
15
+
* 64GB
16
+
* 128GB
17
+
18
+
== Specifications
19
+
20
+
Raspberry Pi SD cards have the following specifications:
0 commit comments