Hi, I am trying to save images from flightgear to a file or database without explicitly using the gui. For a test of current capability I am calling fgDumpSnapShot every second but I am finding it produces saved images that are completely white or contain corruption, yet other images are saved as expected. The only change I mode to fgDumpSnapShot is I commented out "mkDialog (message.c_str());".
I am trying to implement a threaded image saver so that it does not cause pauses in the simulator that continiously saves images over a specified interval. I think I understand how fgDumpSnapShot works and was going to use it as an example but it only seems to produce correct results when called through the gui. Should I be using another funtion as an example? Seamus PS. I am viewing the images with "xv -wait 1 *.ppm" _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
