Skip to content

Commit c0005b2

Browse files
committed
No need to flip
1 parent 9a7b474 commit c0005b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/picamimx500.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def get_args():
242242
exit()
243243

244244
picam2 = Picamera2(imx500.camera_num)
245-
config = picam2.create_preview_configuration(controls={"FrameRate": intrinsics.inference_rate}, buffer_count=12, transform=Transform(vflip=True, hflip=True))
245+
config = picam2.create_preview_configuration(controls={"FrameRate": intrinsics.inference_rate}, buffer_count=12, transform=Transform(vflip=False, hflip=False))
246246

247247
imx500.show_network_fw_progress_bar()
248248
picam2.start(config, show_preview=False)

0 commit comments

Comments
 (0)