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
@@ -162,7 +162,7 @@ The GPU on the Raspberry Pi comes with a hardware-accelerated H264 encoder and J
162
162
A standard NodeJS [readable stream](https://nodejs.org/api/stream.html#stream_class_stream_readable) is available after calling `startCapture()`. As with any readable stream, it can be piped or listened to.
163
163
164
164
```javascript
165
-
import { StreamCamera, Codec } from "./src";
165
+
import { StreamCamera, Codec } from "pi-camera-connect";
166
166
import * as fs from "fs";
167
167
168
168
const runApp = async () => {
@@ -210,7 +210,7 @@ Note that this example produces a raw H264 video. Wrapping it in a video contain
210
210
- [`SensorMode`](#sensormode)
211
211
212
212
## `StillCamera`
213
-
Aclassfor taking still images. Equivalent to running the raspistill command.
213
+
Aclassfor taking still images. Equivalent to running the `raspistill` command.
0 commit comments