Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grabbing image frames from laptop's in-built camera #1277

Open
shrutichakraborty opened this issue Nov 20, 2023 · 1 comment
Open

Grabbing image frames from laptop's in-built camera #1277

shrutichakraborty opened this issue Nov 20, 2023 · 1 comment

Comments

@shrutichakraborty
Copy link

Hi all, I am new to visp and I have installed it on ubuntu 20.04 using WSL on windows. I am wondering how can I access the live camera feed from my laptop's camera using VISP and the proceed to processing the live images?

Thanks!

@fspindle
Copy link
Contributor

Hi, I have never tested this feature. You need to check if your WSL contains /dev/video devices when a camera is plugged. If this is the case, you can start by trying to use OpenCV cv::VideoCapture().

An example is provided in ViSP in tutorial-grabber-opencv.cpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants