Forum >OpenCV with huskylens
OpenCV with huskylens

How can I use Huskylens with openCV to detect the orientation of an object?
2025-01-29 17:22:44
Lupin
OpenCV generally processes images/videos, for example from a camera. But Huskylens does this directly (on the device) and sends data/information for this processing (via I2C or UART). So you won't be able to send images/videos to OpenCV with Huskylens, as this sensor wasn't designed for that! The point of Huskylens is to not have to use software like OpenCV for image processing. For such requirements a simple ** camera would be much cheaper. ;)
