Search found 3 matches

by Gaspard
Mon May 16, 2011 7:03 am
Forum: Camera SDK
Topic: Pushing MJPEG frame to AVI file without decompression
Replies: 5
Views: 5402

Re: Pushing MJPEG frame to AVI file without decompression

<t>Hi all,<br/> <br/> Many thanks for your help LinusA, but it is not working for me...<br/> Doug, I tried your solution, using the :<br/> <br/> camera->SetLateMJPEGDecompression(false);<br/> <br/> and you are right, the speed up in the rasterize operation is really significant, allowing me to final...
by Gaspard
Mon May 09, 2011 6:58 am
Forum: Camera SDK
Topic: Pushing MJPEG frame to AVI file without decompression
Replies: 5
Views: 5402

Re: Pushing MJPEG frame to AVI file without decompression

<t>Hi Doug,<br/> <br/> Thanks for your answer !<br/> <br/> What I am looking for is to avoid the overhead needed while recompressing the frame when writing in the video file. As the frame is already compressed by the camera, I would like to push it as is in a file without making any decompression. I...
by Gaspard
Tue May 03, 2011 1:51 pm
Forum: Camera SDK
Topic: Pushing MJPEG frame to AVI file without decompression
Replies: 5
Views: 5402

Pushing MJPEG frame to AVI file without decompression

<t>Hi all,<br/> <br/> I am using a V120:SLIM camera in image mode, not IR.<br/> I am in fact interested in capturing grey images at a high FPS.<br/> <br/> In the main loop, I call "rasterize" in order to get the decompressed image and push it in an AVI file with MJPEG compression right away (which i...