Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomli380576 committed Dec 17, 2024
1 parent 2cd6154 commit 63fd751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/bin/camera_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def _capture_image_gstreamer(self, filename, width, height, pixelformat):
rgb_capture.link(valve)

# Add sink, use multifilesink to avoid large jpeg files.
# filesink does not stop writing after it receives the 1st buffer
# filesink does not stop writing after it receives the 1st buffer
sink = self.Gst.ElementFactory.make("multifilesink", "sink")
sink.set_property("location", filename)
pipeline.add(sink)
Expand Down

0 comments on commit 63fd751

Please sign in to comment.