<< return to Pixycam.com

I'd like to integrate Pixymon features into Windows program

Hello?

Will it be possible to choose some features, such as getting position of tracking object from Pixymon, and make them as a library(lib, dll), then using them in another software?
The software is written in C/C++ using visual studio. As Pixymon is written in C++ too, I guess it will be. But I don’t have idea what is the right solution.
Would someone give me any advice regarding this?

Hi Gavin,

“libpixyusb”:https://github.com/charmedlabs/pixy/tree/master/src/host/libpixyusb is exactly what you’re looking for. It is a C++ library to be used on your desktop. Let us know if you need any help getting started!

Scott

Hi Scott,

Thanks for your reply.

I found that source code while looking for more sample source codes.
Yes, it is exactly what I am looking for.

I found it is so simple to use.
Thank you for this kind of sample.

Gavin.

Hi Gavin,

Glad you found what you’re looking for. Let me know if you have any questions about it.

Scott