Skip to content

Commit

Permalink
fix(webcam): fix memory leak in MJPEGStreamer client (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Sep 7, 2024
1 parent e2db21d commit 0ac902f
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 141 deletions.
2 changes: 1 addition & 1 deletion src/components/webcams/WebcamWrapperItem.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<template v-if="service === 'mjpegstreamer'">
<mjpegstreamer-async :cam-settings="webcam" :show-fps="showFps" :printer-url="printerUrl" />
<mjpegstreamer-async :cam-settings="webcam" :show-fps="showFps" :printer-url="printerUrl" :page="page" />
</template>
<template v-else-if="service === 'mjpegstreamer-adaptive'">
<mjpegstreamer-adaptive-async :cam-settings="webcam" :show-fps="showFps" :printer-url="printerUrl" />
Expand Down
Loading

0 comments on commit 0ac902f

Please sign in to comment.