Posts by Eduardo Meurer • 11 points
2 posts
- 
		0 votes0 answers38 viewsQ: How can I call a.py program on a server within another local.py program?I’ve been interacting with a server within a program I’m doing using the os.system() function as if I were using the console itself. os.system("ssh [email protected] 'comando a ser realizado'") For… 
- 
		1 votes0 answers60 viewsQ: How can I use the Opencl functions available in Opencv?I am creating a program in Python, which often ends up demanding more from the CPU and decided to research on how to use the GPU for processing. The Opencl databases I found had examples only in…