|
Re: How To Mask Live Camera dashboard View?
In the Dashboard Main.vi (In the dashboard project; you will have to create that in the startup window if you haven't already) there's a section surrounded by a while loop that has an IMAQ thing going into it. That's the part that gets the camera image. Try playing around with that (maybe you don't want the get but do what the vi after that?) and see what you're getting.
On a more detailed look, that probably won't work.
Otherwise, you could change something in the vision processing vi in the robot project. You could use the ni vision assistant (or whatever you're getting the rectangle from) to just delete the original image. That shouldn't be too hard. Have you tried that already?
|