#include #include int main(){ UnicapGrabber g; Img8u *image= g.grab()->convert(); ImgQ a = cvt(*image); label(a,"grabbed image"); show(a); }