|
Re: Pixy to labview
If you use the simple analog output method of getting information from the camera, you can choose either X or Y, not both. You will only get the result for the largest detected object.
If you choose a full digital communication method, you will get data on X and Y location and size for as many objects as are detected (up to a configurable maximum number). You'll have to parse the data into a usable form.
|