swawa

Results 6 comments of swawa

..With respect to the capture ID as the filename... yes. I agree. The complete idea is creating a file name like IMG_0023_UUID. So I just need to attach the filename...

I added to my main script filename = capture.image[0].path, df = pd.DataFrame.from_records(filename, data, index='timestamp', columns=columns) But the response is TypeError: 'module' object is not subscriptable Did I missunderstood the position...

Hi, maybe there is an alignment bug..? in the alignment tutorial are the code lines: > [...] > ## Alignment settings > match_index = 1 # Index of the band...

ok, thanks. This was a missunderstanding. cv2 does not even provide just "HOMOGRAPHY"... I could have known... The problem of adding the file names to the UUID renaming process persists:...

just found that it must be **capture.images[0].path** instead of capture.image[0].path to get the file name ... at least it once worked.... but does not work anymore must be still the...

Sorry, we don't use the camera anymore as the picture results were not computable for us regarding our needs.