Dashboard Image Processing only works on one Frame

I’m relatively new to Labview and FRC, but I’m have an issue with image processing. I’ve made a subVI with the vision assistant and added it inline with the main camera view in the standard dashboard project. The problem is that the processing output only shows one frame and does not update. If I use the other camera view on the dashboard the normal camera view has also only shown one frame and is not updating. The camera image is coming from a simulated camera running in another labview project.

Any help would be appreciated! Thanks

Do I understand you correctly when it sounds like you see the single frame issue with, or without, your modifications?

If so, it sounds like something with the simulated camera isn’t working correctly. Is there a reason you’re not using a camera feed?

Also, do yourself a favor and edit the icon of your VI. Default icon #3 is going to cause you more frustration than the short time it’ll take to double click on the icon from within the VI and give it something different.

Without the modifications I see a life feed from the simulated camera. When I add in the #3 SubVI for the imaging processing the I only get one frame. When I have the modification I see the Camera MJPG VI active terminal is set to false. If I drill down into the subVI I find in the Camera MJPG VI the error wire has an error from the Camera Manage VI is sending an error of -1074396080, IMAQ ArrayToColorImage. I don’t understand how my image processing VI could affect the simulated camera to make this error.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.