RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
BSD 3-Clause "New" or "Revised" License
281 stars 191 forks source link

Segmentation Fault with yuyv Webcam #25

Open DanielArnett opened 8 years ago

DanielArnett commented 8 years ago

I am trying to stream a webcam using web_video_server.

I am using usb_cam to publish my webcam as a rostopic. My webcam is yuyv format video. When I try to connect to the video using http://localhost:8080/stream_viewer?topic=/usb_cam/image_raw the streaming server faults.

    Handling Request: /snapshot?topic=/usb_cam/image_raw
    Segmentation fault (core dumped)

What am I doing wrong?

SaifAlabachi commented 7 years ago

Hi, I'm having the same issue but with ardrone camera, so I'm interested to know if you resolve your issue and maybe it will work with mine, Thanks,

DanielArnett commented 7 years ago

Unfortunately I can't help you with that issue. Is this the AR drone 2.0?

One thing I do recommend is CVDrone for working with the AR drone. https://github.com/puku0x/cvdrone

cyberphantom commented 7 years ago

Yes it is ardrone 2, Thank you for the cvdrone, I'm still working on it