PIXY2 camera

Discussion on both general simulation and Proteus VSM microcontroller simulation.
Post Reply
Prof_Tech
Unlicenced User
Posts: 4
Joined: Sun 2023-11-12 18:11

PIXY2 camera

Post by Prof_Tech »

Good morning,
I would like to use a PIXY2 camera.
Can we add a library and code in “C”
https://pixycam.com/pixy2/
THANKS

Best regards
Sebastian
Andrew
Labcenter Staff
Posts: 453
Joined: Fri 2006-03-24 15:34
Contact:

Re: PIXY2 camera

Post by Andrew »

Hello,

This model can be made available only by the developers of the PIXY2 camera, you should contact them regarding it. However I suspect that they will never want to make a model for it.

Best regards,
Andrew
Prof_Tech
Unlicenced User
Posts: 4
Joined: Sun 2023-11-12 18:11

Re: PIXY2 camera

Post by Prof_Tech »

Good morning
Thank you for your reply.
So we can't add "C" code ourselves with the available library?
https://github.com/charmedlabs/pixy2/
Best regards
Ettore
Labcenter Staff
Posts: 2931
Joined: Fri 2006-03-03 11:56
Location: Milan
Contact:

Re: PIXY2 camera

Post by Ettore »

It looks like you are a bit confused. The codes at https://github.com/charmedlabs/pixy2/ is simply the firmware that runs on the Pixy2 (real) board and the code (the drivers) that runs on the host PC. It 's not the Pixy2 simulation model running on Proteus itself.
As Andrew said, only the pixy2 developers can make the simulation model, so contact them.
Kind regards,
Ettore Arena - Labcenter Electronics.
Prof_Tech
Unlicenced User
Posts: 4
Joined: Sun 2023-11-12 18:11

Re: PIXY2 camera

Post by Prof_Tech »

Good morning,
I'm sorry, I didn't paste the correct link.
Here we find the necessary Arduino library:
https://github.com/charmedlabs/pixy2/tr ... es/arduino
So it is not possible in Proteus to use a library?
Andrew
Labcenter Staff
Posts: 453
Joined: Fri 2006-03-24 15:34
Contact:

Re: PIXY2 camera

Post by Andrew »

Hello,

It is possible to compile projects in Proteus using that library if it is installed for Arduino into Documents\Arduino\libraries directory. However simulator will not be able to connect to the camera, as there is no simulation model of it.

Best regards,
Andrew
Prof_Tech
Unlicenced User
Posts: 4
Joined: Sun 2023-11-12 18:11

Re: PIXY2 camera

Post by Prof_Tech »

Thank you for your reply.
And if we use Visual Designer, is it possible to add C code?
Best regards
Post Reply