RoboDK Forum
Python transcript error——革命制度党ntable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Python transcript error (/Thread-Python-transcript-error)



Python transcript error-Ikrom_Kambarov-01-28-2023

Hello dears I am going to control my URe5 robot by using Python. It is just single point movements between target point. When I am going to upload my program directly to my robot it is showing Python script failed returning error
Here I am attaching the picture of the error
Can you guide me how to fix this issue


RE: Python transcript error-Albert-01-30-2023

Can you share the RoboDK project (RDK file) and steps to reproduce this issue?


RE: Python transcript error-Ikrom_Kambarov-02-03-2023

Hi sir thanks for your reply here I am sendind RoboDK file


RE: Python transcript error-Sam-02-07-2023

From the crash log it appears that you are passing an empty image to cvtColor.
Is you input device available? Try calling cap.isOpened before retrieve the image.

You might get better support for OpenCV on their forum:https://forum.opencv.org/