Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

2023-01-05から1日間の記事一覧

RealSense SDK for Pythonを Ubuntu22LTS on Raspi4B で試す その5:差分画像フィルタをつくる

実際のところ import pyrealsense2 as rs import numpy as np import cv2 conf = rs.config() width = 1280 height = 720 # 普通の描画 conf.enable_stream(rs.stream.infrared, 2, width, height, rs.format.y8, 30) pipe = rs.pipeline() profile = pipe.s…