01-02-2009 04:45 PM
I went through the tutorial "Image Processing with Labview for FRC" and created a simple VI with NI vision Assistant that detects a red ball. I was able to run the VI on my PC with the axis camera hooked to my PCs network and it worked. However when I put it in the FRC's Vision Processing VI and deploy it to the cRio, I get ERROR -1074395993, at the output of the "Read Vision and Image Info IMAQ" when it runs. I believe it has something to do with the Image Template path, but I'm not sure. Does the Image Template get deployed to the cRio? Thanks in advance for your help.
01-02-2009 06:18 PM
I am having the same problem that dangell reported with the same error.
01-05-2009 10:28 AM
I cannot get anything to work correctly with the vision assistant either.
I see error messages with the "funny" number also.
Does anyone know how to make this work?
Thanks
01-05-2009 02:00 PM
Hi dangell,
Templates and Calibration images in general do not automatically get deployed to the cRIO. You will need to FTP into the cRIO and add the template(s) that you need manually, then change the path constant in your Image Processing VI to match the new location of the template on the cRIO.
See this document for the details:
Best Regards,
~Nate
01-05-2009 02:56 PM
Thank You, Thank You, Thank You.
I followed the directions for copying the templates to the cRIO and changing the location definition.
It worked!
01-05-2009 03:11 PM
Hi Nate-
I, as well, thank you for the help.This problem was a real puzzle for me.