Posts by Edvaldo Teomar • 17 points
5 posts
-
0
votes0
answers110
viewsQ: How to save and finish python code?
I’m using a camera to capture video, and save the video. I’m trying to save and finish the code with a command in the IDLE(python) but I’m not getting it. Actualement to finish and save the program…
-
0
votes2
answers136
viewsQ: How to do continuous firing in python?
Good afternoon. I am developing a project where I need to make two cameras to take sequences of photos and stop only after a pre-defined command. In my current code you need to decide the number of…
-
-1
votes1
answer136
viewsQ: How to unify display windows?
Good afternoon, I’m using 2 cameras in a project, but when I run the code it opens in two different windows, I’m trying to make the two images open in the same window... Can someone help me? Thank…
-
0
votes1
answer747
viewsQ: How to save to a specific directory (python)?
Hello. I would like to know how to create a folder every time the program is run and save to a specific location. Currently it saves the file where the code is. This is my current code: import cv2…
-
-1
votes3
answers243
viewsQ: How to save file without overwriting the previous python?
Hello, I am trying to save the name of the video files differently every time the program runs. currently it overwrites the name of the previous video. This is my current code: import cv2…