Forum >OpenCV with huskylens
General

OpenCV with huskylens

userHead Rishi.Ohri 2025-01-29 10:37:55 718 Views1 Replies

How can I use Huskylens with openCV to detect the orientation of an object?

2025-01-29 17:22:44

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. ;)

userHeadPic Lupin