We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 472bc41 + 8956620 commit 10c05bcCopy full SHA for 10c05bc
docs/source/components/nodes/video_encoder.rst
@@ -51,7 +51,7 @@ Usage
51
# Create ColorCamera beforehand
52
# Set H265 encoding for the ColorCamera video output
53
videoEncoder = pipeline.create(dai.node.VideoEncoder)
54
- videoEncoder.setDefaultProfilePreset(cam.getVideoSize(), cam.getFps(), dai.VideoEncoderProperties.Profile.H265_MAIN)
+ videoEncoder.setDefaultProfilePreset(cam.getFps(), dai.VideoEncoderProperties.Profile.H265_MAIN)
55
56
# Create MJPEG encoding for still images
57
stillEncoder = pipeline.create(dai.node.VideoEncoder)
0 commit comments