Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Pure Data 的新手,到目前为止我对它印象深刻。
我需要做的是访问网络摄像头并提取特定像素的亮度(或 RGB,转换很容易)值。
这可能吗?
看起来答案是'pix_data'。
在这里得到答案:http: //puredata.hurleur.com/sujet-2749-information-gem-window
您将希望使用[pix_video]从摄像机中获取帧,并[pix_data]获取有关给定帧中特定像素的信息。
[pix_video]
[pix_data]