We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 043b3cb + 026be65 commit cad6e92Copy full SHA for cad6e92
src/lib/still-camera.ts
@@ -37,6 +37,7 @@ export default class StillCamera {
37
static async getJpegSignature() {
38
const systemInfo = await si.system();
39
switch (systemInfo.model) {
40
+ case 'BCM2711':
41
case 'BCM2835 - Pi 3 Model B':
42
case 'BCM2835 - Pi 3 Model B+':
43
case 'BCM2835 - Pi 4 Model B':
src/lib/stream-camera.ts
@@ -70,6 +70,7 @@ class StreamCamera extends EventEmitter {
70
71
72
73
74
75
76
0 commit comments