How to access the webcam on windows (XP)?
On Linux, I'd use the MRL "v4l2://", as in:
libvlc_media_new(libvlc_new(),"v4l2://",&libvlc_exception_t)
And let it detect it automagically. I know, this could fail sometimes.
How to access the webcam on windows (XP)?
On Linux, I'd use the MRL "v4l2://", as in:
libvlc_media_new(libvlc_new(),"v4l2://",&libvlc_exception_t)
And let it detect it automagically. I know, this could fail sometimes.