• How to record color video with 1920*1080 resolution?

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:

  1. how to set the record resolution to 1920*1080 (color)?
  2. How to set the FPS to 60?
  3. 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

    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

      8 days later