OV9782 Best Practices
This guide is for the built-in OV9782 camera sensor on HVS - Raze.
Goal
You are done when:
- The image is sharp and stable.
- Detections are stable.
- The device is not wasting CPU on avoidable decode work.
Recommended Baseline
Register Stream
- Go to OS > Devices.
- Click Register stream.
- Choose:
- Backend:
Libcamera - Mode: prefer
NV12when available - Decoder:
nv12-lumaif you selectedNV12
- Backend:
- Register.
See: Register stream
Why NV12 + nv12-luma
For mono-style CV workloads (ArUco, corner detection, etc), luminance is typically what matters.
- NV12 provides a luma plane directly.
- nv12-luma avoids extra work when you do not need full color.
Controls (What Most Teams Should Touch)
Open the stream and go to Controls.
- Noise reduction: enable and set to Fast.
- Exposure + gain:
- If tags are blurred, reduce exposure and add light.
- If the image is noisy, reduce gain if possible.
See: Controls tab
Verify With A Known Pipeline
Use ArUco as a sanity check:
Verification checklist:
- Stream is Live.
- Stream preview output is
frame. - Detections appear when tags are in frame.
If Performance Is Poor
- Check Systems > Processes.
- Use the benchmark tooling in the register modal.
- Reduce resolution/FPS and re-test.