Page 1 of 1

Saving an image to a file?

Posted: Tue Jul 24, 2012 7:00 am
by jmoody6
I have working code that grabs frames from a synchronized frame group (of two V120:SLIM cameras) and then displays the rasterized frame image in a window. However, I then want to save the framebuffer as a compressed image file (JPEG, PNG...). I have been searching the included code files, but have so far had no luck. Any help would be appreciated!

Also, is there any other documentation, maybe a separate download from the Camera SDK Package, that I might have missed? GREPing the header files is time-consuming...

Re: Saving an image to a file?

Posted: Tue Jul 24, 2012 4:57 pm
by NaturalPoint - Mike
I believe it natively works with the image as a bitmap. In order to save to a different format, you would need to bring in the appropriate library and hand the image off to be compressed/saved there.

At this time, there is no provided documentation for the Camera SDK. It's currently a work in progress, and will be released some time after the manuals for Tracking Tools and Arena.

Re: Saving an image to a file?

Posted: Thu Oct 25, 2012 3:58 am
by simone
I have the same problem...

do you have a sample code for acquire and save frame from multiple camera?

Re: Saving an image to a file?

Posted: Wed Apr 17, 2013 8:09 pm
by CamilleM
To get more image processing tutorials ,see this codes for image processing,hope it helps