Software Archive
Read-only legacy content
17061 Discussions

Changing the FPS

Mona_J_
Beginner
395 Views

Hi,

I have used the following code to change the FPS but it only has 3 options (COARSE, MEDIAN and FINEST). I am wondering if I can set the fps to something greater than say 60fps or if I can set it to any other number else than 50,55 or 60fps (ex:30fps?) 

Can you please walk me through the process by some sample code?

PXCMCapture.Device device = senseManager.captureManager.device;
device.SetIVCAMAccuracy(PXCMCapture.Device.IVCAMAccuracy.IVCAM_ACCURACY_FINEST);

 

Thanks,

Mona Jalal.

0 Kudos
1 Solution
Xusheng_L_Intel
Employee
395 Views

You can use EnableStream(StreamType stream, pxcI32 width, pxcI32 height, pxcF32 fps) if you want to set the fps.Thanks!

View solution in original post

0 Kudos
2 Replies
Xusheng_L_Intel
Employee
396 Views

You can use EnableStream(StreamType stream, pxcI32 width, pxcI32 height, pxcF32 fps) if you want to set the fps.Thanks!

0 Kudos
Mona_J_
Beginner
395 Views

Hi David,

Does using  PXCMCapture.Device device = senseManager.captureManager.device;
                       device.SetIVCAMAccuracy(PXCMCapture.Device.IVCAMAccuracy.IVCAM_ACCURACY_FINEST);

Also set the fps to one of the 50, 55, or 60 fps values?

0 Kudos
Reply