Quote:
Originally Posted by btslaser
Right now we are processing the image on the cRio, saving it to the cRio and then using ftp to get the image and look at it. I've been toying with just automating this... push a button on the SmartDashboard, get the image using ftp and displaying it using a custom widget. Anyone done anything like this?
|
We have been saving the processed images on the cRIO as well. But we ran into several problems. If we did processing using the HSL color space, binImage->Write will fault. If we used RGB color space, the images were saved but they are all black. Is there a trick to save these images and are viewable? It would be wonderful if we can stream the processed images to either the Dashboard or the SmartDashboard. But looking at the current SmartDashboard support, I don't see any.