Software Archive
Read-only legacy content
17061 ディスカッション

Changing the FPS

Mona_J_
ビギナー
750件の閲覧回数

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 件の賞賛
1 解決策
Xusheng_L_Intel
従業員
750件の閲覧回数

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

元の投稿で解決策を見る

2 返答(返信)
Xusheng_L_Intel
従業員
751件の閲覧回数

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

Mona_J_
ビギナー
750件の閲覧回数

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?

返信