Hello there,
I'm interested in capturing video files at 500 FPS with video type of Core::VideoMode. Using the camera SDK, I have quickly run into the bottleneck associated with Rasterizing frames delivered by the camera.
Setting late decompression to false doesn't seem to work correctly, i.e., the frames delivered are all black (I'm on the latest CameraSDK 3.4.0 Beta 1). I see that MJPEG mode at 250 FPS is an option - I haven't tried it yet but I'm wanting the FPS to be a lot higher and that's not possible with MJPEG.
The interfaces don't expose a way to get at the compressed frame data either because if it did and I got access to the compressed H264 frames, I could decode them on a separate thread.
Clearly the camera is super capable but it appears to be a limitation of the SDK unless I'm missing something.
What recommendations does the forum have for capturing at 500 FPS or above? I'm familiar and comfortable with all the FFMPEG libraries - so the creation of videos isn't really the issue here.
Or is it that with the current implementation of the camera SDK, this just isn't possible?
Thanks a ton!
KrisSB