Saving an image to a file?

Post Reply
jmoody6
Posts: 3
Joined: Tue Jul 10, 2012 8:41 am

Saving an image to a file?

Post 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...
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Saving an image to a file?

Post 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.
simone
Posts: 4
Joined: Thu Oct 25, 2012 3:25 am

Re: Saving an image to a file?

Post by simone »

I have the same problem...

do you have a sample code for acquire and save frame from multiple camera?
CamilleM
Posts: 2
Joined: Wed Apr 17, 2013 7:36 pm

Re: Saving an image to a file?

Post by CamilleM »

To get more image processing tutorials ,see this codes for image processing,hope it helps
Post Reply