Menu

#68 v4l2 broken

closed-fixed
player (137)
5
2004-06-24
2004-01-31
Anonymous
No

in server/drivers/blobfinder/cmvision captureV4L2.h
fails to compile. it seems someone just copied from the
capturev4l to create a captureV4L2 but forgot to fix it
so it actually works with the video for linux 2 api!

quick fix (a must if you want to compile) - comment out
#define HAVE_V4L2 1 in config.h (after configure,
otherwise its overwritten)

Alon

Discussion

  • Brian Gerkey

    Brian Gerkey - 2004-06-24
    • status: open --> closed-fixed
     
  • Brian Gerkey

    Brian Gerkey - 2004-06-24

    Logged In: YES
    user_id=211013

    This is taken care of, because all framegrabbing support has
    been removed from the 'cmvision' driver and put into
    separate drivers that support the 'camera' interface. In
    the process, V4L2 support has been removed. It will likely
    be put back eventually, hopefully without the old bugs.

    brian.

     

Log in to post a comment.