We hooked up some Microsoft Lifecams to our jetson and when tracking for the lit LED tape, the HSV threshold would get everything that is super bright, including the surrounding areas of the tape.
I was wondering how to change the exposure of the camera to properly track the tape. I would assume I need cscore but we are using C++ on a Jetson.
Do I need to install something on the Jetson for v4l2-ctl? Also can it stream video back to the Driver Station? How would I integrate the v4l2-ctl in my C++ opencv code?