Search found 3 matches

by jmoody6
Tue Jul 24, 2012 7:00 am
Forum: Camera SDK
Topic: Saving an image to a file?
Replies: 3
Views: 4314

Saving an image to a file?

<t>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 hav...
by jmoody6
Fri Jul 20, 2012 7:00 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 126863

Re: .net wrappers for c++ SDK

<t>I am using NPCameraSDKDotNet and have working C# code that calls 1 optitrack V120: SLIM camera, outputs its images to a window/saves them to a file. But I would like to do this with 2 synchronized cameras. Is this possible using NPCameraSDKDotNet? If so, how would I synchronize frames?<br/> <br/>...
by jmoody6
Thu Jul 12, 2012 6:11 am
Forum: Camera SDK Code Samples
Topic: Displaying an image from a synchronized FrameGroup
Replies: 2
Views: 8739

Displaying an image from a synchronized FrameGroup

<t>I am working with a set of two V120: SLIM optitrack cameras. I am trying to get one synchronized image from the two cameras, and am having trouble. My code is an amalgamation of the ImageProcessing example and the FrameSynchronization examples included with the SDK download. So I created a syncMo...