Skip to content

Commit

Permalink
examples/http_mjpeg_streamer: fix to set correct frame size (#22) (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Homin Lee <cassian.adr@kakaocorp.com>
  • Loading branch information
suapapa and Homin Lee authored Apr 1, 2023
1 parent ba06470 commit ba61d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/http_mjpeg_streamer/webcam.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ FMT:
for _, f := range frames {
if *szstr == f.GetString() {
size = &f
break
}
}
}
Expand Down

0 comments on commit ba61d77

Please sign in to comment.