PUCLIB 1.6.2.0
PHOTRON USB Control Library
読み取り中…
検索中…
一致する文字列を見つけられません
PUC_FRAMERATE_LIMIT_INFO 構造体

撮影速度の限界値を格納する構造体 [詳解]

#include <PUCLIB.h>

フィールド

UINT32 nMinFrameRate
 最小撮影速度
UINT32 nMaxFrameRate
 最大撮影速度

詳解

撮影速度の限界値を格納する構造体

PUCLIB.h71 行目に定義があります。

フィールド詳解

◆ nMaxFrameRate

UINT32 nMaxFrameRate

最大撮影速度

PUCLIB.h79 行目に定義があります。

◆ nMinFrameRate

UINT32 nMinFrameRate

最小撮影速度

PUCLIB.h75 行目に定義があります。