S-E-D-A / SEDA-AR-TextAnnotation

We leverage an open-source algorithm, PTAM, to generate markerless augmented reality graphics that appears to be part of the user's environment. The graphics aid the user in understanding his/her environment.
Other
4 stars 1 forks source link

Use CVD for live video feed #3

Closed ddetone closed 10 years ago

ddetone commented 11 years ago

This requires integration of usb/dc1394 through virtualbox

ddetone commented 11 years ago

Ordered Logitech QuickCam Pro 5000. Waiting for delivery.

ddetone commented 11 years ago

Camera arrived. Added usbfilter, device is detected in VM. Getting a white screen. Looking into uvc driver issues.

ddetone commented 10 years ago

Webcam is detected in VirtualBox GUI with Webcam Passthrough. Encountered this issue when using libcvd default video api:

VideoBuffer<Rgb > * video_buffer = open_video_source<Rgb >("v4l2:///dev/video0");

Error: V4LBuffer: No colourspace on /dev/video0 matching None Segmentation fault (core dumped)

ddetone commented 10 years ago

Using OpenCV for input instead @0b0a72ba7f19656f8ea36a2d195ae96e0a493612