I am trying to get the red channel from the image, I am using the intermidiate vision example, I add
Code:
NIVision.imaqExtractColorPlanes(frame, ImageMode.RGB, frame, null, null)
(Not near my code right now, this is how I remember it)
No errors, I deploy and the second I press enable, RobotCode disappears, with nothing in the message view.
Is there a way to do color plane extraction with java?