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.
我正在尝试使用 Syphon 将视频输入到 python 上的 openCV 中。我正在使用 Black Siphon 通过 Blackmagic Intensity 盒获取视频。有人对这个有经验么?
openCV 中的捕获实际上就是这样,其中:
capture = cv2.VideoCapture(1)
有没有办法将流从虹吸管引导到 OpenCV?
似乎不可能(没有超出我能力的编码)。另一种选择是在 Processing 中使用 openCV 并使用 Siphon 库。