I meant it made the frame rate slow after processing the video for blob detection. It runs fast on its own.Something sounds slightly fishy there. I would take out all your OpenCV processing just to check that you can reliably get 50fps from the sensor. If you can't, then it's being configured wrongly.
I'm not sure how to get an un-cropped image at less than the standard image sizes without resizing. I have not looked into HDR, but it seems like it reduces image size, and does a good job of bringing overly light and dark colors into useable saturation and values, since I'm dealing with some glare issues anyway.Also, using OpenCV's resizer is going to be much slower than letting the onboard camera pipeline hardware do it, so that's definitely to be avoided if possible.
Right now everything is working really well, and I'm getting about 40 frames per second after processing, which I think is probably more than I need, but I would love to increase my resolution. I'm considering looking into multi-threading to decrease my times, but I don't know anything about that.
Statistics: Posted by BrianZweerink — Fri Sep 05, 2025 9:20 pm