Posts by Jefferson Sousa • 3 points
2 posts
-
0
votes1
answer408
viewsQ: Python Arduino - Serial Communication
How do I do Python serial communication with Arduino ? I have already used the pyserial library, but I was unable to do the communication
arduinoasked Jefferson Sousa 3 -
0
votes1
answer123
viewsA: Doubt Points Recognition with Opencv and Dlib
The error is in the parameter you are passing to the function, instead of passing the webcam variable you must pass the picture variable as below: imprimePontos(imagem, pontos)…