CV (1) 썸네일형 리스트형 리얼센스 카메라를 활용한 yolov8 기반 human detection 리얼센스 카메라를 이용하여 yolov8을 활용하여 실시간 object detection을 진행하는 과정을 보여준다. 리얼센스 제품은 L515이다. 우선 리얼센스 L515 카메라 셋팅 먼저 진행하겠다. # Create a config and configure the pipeline to stream for Realsense-L515 pipeline = rs.pipeline() config = rs.config() # Get device product line for setting a supporting resolution pipeline_wrapper = rs.pipeline_wrapper(pipeline) pipeline_profile = config.resolve(pipeline_wrapper) dev.. 이전 1 다음