Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Embedding Args in external program call
Post: RE: Embedding Args in external program call

subprocess.call(['exiftool', '-description='+str(len(keypoints)), fname]) is where im stuck at Needing to make a this os call happen stuck on how to do it. print fname+ " %d Plants Detected" % len(ke...
brizflysdrones General Coding Help 5 4,904 May-09-2017, 08:21 PM
    Thread: Embedding Args in external program call
Post: Embedding Args in external program call

Needing to make a this os call happen stuck on how to do it. print fname+ " %d Plants Detected" % len(keypoints) need to preform the following exiftool -description="%d" fname  # Detect.     reversem...
brizflysdrones General Coding Help 5 4,904 May-09-2017, 07:40 PM

User Panel Messages

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