sccn / lsl_archived

Multi-modal time-synched data transmission over local network
242 stars 134 forks source link

ReceiveVideo app #135

Closed syedahmar closed 8 years ago

syedahmar commented 8 years ago

Hi there, I have searched around but was not able to find any example or solution to this issue. I am trying to capture webcam stream (have a logitech webcam connected to USB). I am running the "receivevideo" application which just says "Now waiting for a stream with type='VideoRaw'... How do I redirect my webcam to start sending streaming? Do we need another application in parallel ? Of course no stream is showing up in Lab Recorder. Any pointers please?

dmedine commented 8 years ago

Receive Video is a data receiving program, not a data sending one. I think what you need is VideoStream, which you will find in Apps/EmbarcaderoXE/bin

On 9/1/2016 8:28 AM, Ahmar wrote:

Hi there, I have searched around but was not able to find any example or solution to this issue. I am trying to capture webcam stream (have a logitech webcam connected to USB). I am running the "receivevideo" application which just says "Now waiting for a stream with type='VideoRaw'... How do I redirect my webcam to start sending streaming? Do we need another application in parallel ? Of course no stream is showing up in Lab Recorder. Any pointers please?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sccn/labstreaminglayer/issues/135, or mute the thread https://github.com/notifications/unsubscribe-auth/ADch7vpiBzd4T8TdR_4hhRkdh7H5MjhXks5qlu8kgaJpZM4Jy0la.

syedahmar commented 8 years ago

Thanks a lot, this works!