|
Re: IMAQ Error
I think the Case block labeled "Get image from camera or file" is only supported when running the vision code on a PC target. It includes the WPI_CameraRead MJPG for Dashboard.vi function, which calls the IMAQ AVI2 Create function a few levels deeper. If you aren't running the code as part of the Dashboard, you shouldn't have that there.
It looks like you copied and pasted the vision example code instead of following the steps in Tutorial 8, Part 4.
|