Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I have problem on Communication between C++ and Python using subprocess Module
Post: I have problem on Communication between C++ and Py...

I have problem on Communication between C++ and Python using subprocess Module it is my Python Code for getting data.(it gets data from C++ OpenCV code.) (the data is coordinate x,y) #this is impor...
hlfan1234567 General Coding Help 0 4,252 Jul-09-2017, 04:34 PM
    Thread: Communicating C++ and Python in Jetson TK1 board.
Post: RE: Communicating C++ and Python in Jetson TK1 boa...

I solved this problem. I'm sorry for my mistake. I'm not familiar with this site yet. I'm very sorry. The problem was... p = Popen(['a.out'], shell=True, stdout=PIPE, stdin=PIPE)this code. not a....
hlfan1234567 General Coding Help 1 3,190 Jul-09-2017, 04:22 PM
    Thread: Communicating C++ and Python in Jetson TK1 board.
Post: Communicating C++ and Python in Jetson TK1 board.

I'm using Jetson TK1 board(Linux4Tegra)(almost same with ubuntu) I followed this instruction(I can't upload clickable link yet...) Python : from subprocess import Popen, PIPE p = Popen(['a.out'],...
hlfan1234567 General Coding Help 1 3,190 Jul-09-2017, 01:16 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020