Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Changing the FPS

Mona_J_
Beginner
859 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
859 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
860 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
859 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