UNPKG
bambu-js
Version:
latest (3.0.1)
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.0.3
2.0.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Tools to interact with Bambu Lab printers
bambu-js
/
dist
/
models
/
h2d
/
camera.js
13 lines
•
311 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ CameraProtocol, } from
"../../types/camera-schema.js"
;
/** * Camera configuration for H2D printers */
export
const
H2D_CAMERA_CONFIG = { protocol: CameraProtocol.RTSP, port:
322
, username:
"bblp"
, rtsp: { path:
"/streaming/live/1"
, }, };
//# sourceMappingURL=camera.js.map