Hi Scott , thanks for your reply.
for some reason i can not clone via github the pixy repository but i can clone any other , is that something in my side only , any ideas?
i have some more questions not sure if too open many forum post or is it ok here ?
sorry for newbie question on pixy;D
those are some :
if you change the code from the github source , how do you upload to the pixy ? where are the codes saved in pixy like the example ones in the pixymon i did
not see any editor or to browse new code ?
how do i change the delay of one second to update data i see that in all the arduino examples there is this delay i check
https://github.com/charmedlabs/pixy/blob/master/src/host/arduino/libraries/Pixy/TPixy.h but i did not see such delay parameter?
i was trying to read also direcly the servo out pins in arduino via analog pins but i did not see any good data , what will be the way to read those values from this pins to arduino or other device
just for curiosity?
is it posible to output via analog the x and y in the same time , as far as i read you can set mode 3 for x and mode 4 for y ?
in the examples i see in the serial monitor of arduino for example : detected which will be the count of blobs and block as ID of the blob , will it be posible to get this blob ID as unique so instead of 0,1,2,3 and back to them they are a
diferent number each time a new one ?
if i want to get the texture from pixy in my own app what will be the way to go , so i can get raw data , process data etc as a texture ? i would use directx11 for it.
how to read the data using usb direcly ?
thank you again for your time and patience.