- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You can use EnableStream(StreamType stream, pxcI32 width, pxcI32 height, pxcF32 fps) if you want to set the fps.Thanks!
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You can use EnableStream(StreamType stream, pxcI32 width, pxcI32 height, pxcF32 fps) if you want to set the fps.Thanks!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
