Reading QR Codes on Windows

Hi, is there a way to read the information form a qrcode on WIndows using the system webcam?

Hello! You need opencv externs for that. Opencv can capture camera frames OpenCV: cv::VideoCapture Class Reference and detect and decode qrcodes OpenCV: cv::QRCodeDetector Class Reference