Hello All,
I am working on a project with the Pixy and beaglebone black. I need to programmatically import/load pixy parameters and signatures from a prm file on the BBB. The file is generated through pixymon, so it made sense for me to figure out how pixymon does the load/store procedures. I think I have a sense for pixymon’s way of doing it, but I was wondering if there a way to do this without Qt? Maybe through the libpixyusb API?
In my initial pass through the source code, it does not appear to be supported. I thought I read through the relevant source pretty thoroughly, but I may have overlooked something, so my apologies if I’m missing something glaring.
Thanks everyone!