biwu Before requesting support, please see: https://docs.luxonis.com/en/latest/pages/support/ Hi, Jaka, I am using record & reply example. (I managed to make it work by modifying the args inside code). Could you help on the following questions: how to set the record resolution to 1920*1080 (color)? How to set the FPS to 60? How to remove pipeline, just pure recording? I am hoping to run pipeline on host. (Promise this is the last question for today) Thanks! /BR Wu Bi
jakaskerl Hi biwu, color = oak.create_camera('color', resolution='1080P', fps=60, encode='H265') You still need the pipeline to tell the device to send video stream to the host machine. Hope this helps, Jaka
jakaskerl Hi Capen @biwu is using depthai-sdk to record video. Example use here. Also, more info on sdk docs. Hope this helps, Jaka