Skip to main content

Hi All,

I’ve got a PoC running using OpenCV+M1 Mac while I wait for my Metis hardware. In preparation for the kit arrival, I want to plan the porting process and get ahead on refracturing so I can compare the performance. I plan to use inferenceStream with Python to keep it really simple.

Any experience here going from OpenCV to Voyager? Is it a drop in replacement or are they used in parallel?

If there is a better development environment than OpenCV i’d be glad to hear it - my application is taking shape so I want to make sure I do not stray to far down the wrong path!

Ah great stuff! Good idea getting a jump on things 👍

This is probably all stuff you already know, but just to clarify one or two points that might help. Voyager isn’t so much a drop-in replacement for OpenCV, as it is a full AI pipeline framework with its own architecture.

However, you can use OpenCV alongside Voyager, especially for tasks and additional processing outside the main AI pipeline. So you’ll probably need to re-implement the logic, but your efforts won’t be wasted! You’re in a good spot 😀


Thanks for getting back to me, when I actually get started on the SDK i’m sure the pipelines will be a huge revelation of simplicity!


Reply