Skip to content

Commit

Permalink
reduce img buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
tenk-9 committed Oct 14, 2024
1 parent c2f2d25 commit 7662b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pose_estim/demo_1007_Mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
imshow_flag = False # 推論結果の画像を表示するか否かを管理するフラグ

# フレームキューの作成
frame_queue = queue.Queue(maxsize=5) # キューの最大サイズを設定してメモリを節約
frame_queue = queue.Queue(maxsize=2) # キューの最大サイズを設定してメモリを節約


def async_camera_capture():
Expand Down

0 comments on commit 7662b16

Please sign in to comment.