03-21-2018 04:14 AM
Hello everyone,
As part of a project I have to do computer vision through the National Instrument Software (NI) "Vision Assistant". The functions of the wizard I want to use will be "circle detection" and number ditection as first step
My problem is that I really want to integrate, the image given live from my camera, the tools (buttons) selections on the image and the results obtained after treatment (that the Assistant gives) to my program already existing (on the UIR of the program)!
I do not understand (I read the tutorial Vision assistant to cvi without success) how to use the code generated by the wizard in CVI to show what I need (the image given by my camera, buttons selections of the assistant and in my already coded program.
Moreover if I compile the code directly that the assistant generates me (alone), there are errors library which I must thus remove generated code to compile correctly!
If one of you has already been there, his help would be very precious to me! Smiley winking
Thank you very much !
03-21-2018 04:50 AM
pj / : this is a photo of errors that generate on NIMACHINEVISION
03-21-2018 07:46 AM
Well, all of them are warnings and the procedure completes with "Build succeded"!
While you should examine each warning and correct the code to get rid of them, they actually do not prevent your application to compile and run.
Having said this, I have no experience on NI Vision software so I can't assist you on this.
03-21-2018 08:24 AM
but even if Build succeded i can just selesct a photo they display it on window without processing that i make on vision assistant 😕
thanks