Windows pixymon

Can the data from pixy be transported to excel spread sheet.
Are there objects (Components) that can be used in Visual basic so that I can write a program
to send the values of pixy AB PLC.

GF

Hi,

There is a library already made for the purpose of using the Pixy CMUcam5 with a desktop. It is called libpixyusb and is available here.

This would be a good point for you to start. Since it is a C++ library, you would have to integrate this library into a Visual Basic .NET solution but you can certainly find tutorials on how to do this online.

This is usually achieved by compiling the C++ library source code into a dynamic link library (dll) and then creating a .NET managed wrapper for the library. Then you can use it in any project.

As seen here, someone already made a Python wrapper for the libpixyusb library, so it should not be too difficult to do for another high-level language.

Sincerely,