在mathematica上捕获相机在Raspberrypi上

时间:2015-12-19 09:18:50

标签: wolfram-mathematica webcam raspberry-pi2

我正在尝试打开并在raspberrypi 2上使用mathematica捕获一个usb网络摄像头。 有一些命令,例如“CurrentImage”,“ImageCapture”,......但没有人对它进行过工作。只是一个连续的picamera工作。 你有什么想法????

1 个答案:

答案 0 :(得分:1)

Mathematica功能

DeviceRead["RaspiCam"]

返回默认相机设置的图像。

更强大,更通用的方式是接触RPi的功能raspistill:

image = Import[ "!raspistill -n -w 600 -h 400 -t 120 -o -", "JPG"];

此表单可让您访问凸轮的曝光选项,其中的描述可在终端的RPi中找到

raspistill -?

我认为最好的支持来源是Wolfram社区的Raspberry Pi小组。