anyone worked with libpython-clj?
I´m trying to use (def cv2 (import-module "cv2"))
(call-attr-kw cv2 "VideoCapture" 0)
and is getting
Wrong number of args (3) passed to:
libpython-clj.python.protocols/call-attr-kw
@fabrao - use call-attr if you dont need keyword arguments. Call-attr-kw takes a map at the end of keyword args.