Skip to content

Commit 2beceaf

Browse files
committed
videoanalysis: provide audio
1 parent 1dbb9a0 commit 2beceaf

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

plugins/objectdetector/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/objectdetector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scrypted/objectdetector",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"description": "Scrypted Video Analysis Plugin. Installed alongside a detection service like OpenCV or TensorFlow.",
55
"author": "Scrypted",
66
"license": "Apache-2.0",

plugins/objectdetector/src/main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ class ObjectDetectionMixin extends SettingsMixinDeviceBase<VideoCamera & Camera
334334
const stream = await this.cameraDevice.getVideoStream({
335335
prebuffer: this.model.prebuffer,
336336
destination,
337-
// ask rebroadcast to mute audio, not needed.
338-
audio: null,
339337
});
340338

341339
if (this.model.decoder) {

0 commit comments

Comments
 (0)