需要用什么参数来代替设备?这是在视频捕获类中使用的

时间:2014-01-28 13:01:49

标签: android opencv video camera device

public VideoCapture(int device)
 VideoCapture constructors.

Note: In C API, when you finished working with video, release CvCapture structure with cvReleaseCapture(), or use Ptr that calls cvReleaseCapture() automatically in the destructor.

Parameters:
device - id of the opened video capturing device (i.e. a camera index). If there is a single camera connected, just pass 0.

我应该通过什么参数代替设备来获取相机输入。

提前致谢。

1 个答案:

答案 0 :(得分:0)

如果您有more than one camera,则可以使用索引0或1(没有Android设备的摄像头数超过2)。否则,索引必须为0.它可能面向后方或前方。