Grab Video Stream from FireWire

后端 未结 2 1321
再見小時候
再見小時候 2021-01-16 16:34

I\'m trying to stream a video from a camera ( Sony HVR-Z1E ) over FireWire to my Computer. The incoming pictures/stream shall be processed further by some functions which ex

2条回答
  •  Happy的楠姐
    2021-01-16 17:36

    See my related answer here. OpenCV cannot capture video from Firewire cameras natively. You will either need to use the CMU1394 driver, or the Sony driver (if an SDK is available for it) to capture video from that camera, and then pass it to OpenCV.

提交回复
热议问题