valkka-core
valkka-core copied to clipboard
How to Determine Image Dimensions Efficiently?
I'm looking for a better way to determine image dimensions before initializing shared memory. The current approach—connecting to the camera with OpenCV, retrieving the image size, and then setting up shared memory—isn't optimal.
If there's a more efficient solution, I couldn't find it in the tutorials. Any guidance or suggestions would be greatly appreciated!