Skip to content

Commit

Permalink
Merge pull request #14 from hafidh7/master
Browse files Browse the repository at this point in the history
  • Loading branch information
freduhr authored Nov 12, 2022
2 parents c7d9423 + 85ccbca commit 597d9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Take_images_for_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

if cv2.waitKey(0) & 0xFF == ord('s'): # Push "s" to save the images and "c" if you don't want to
str_id_image= str(id_image)
print('Images ' + t + ' saved for right and left cameras')
print('Images ' + str_id_image + ' saved for right and left cameras')
cv2.imwrite('chessboard-R'+str_id_image+'.png',frameR) # Save the image in the file where this Programm is located
cv2.imwrite('chessboard-L'+str_id_image+'.png',frameL)
id_image=id_image+1
Expand Down

0 comments on commit 597d9e5

Please sign in to comment.