diff --git a/jetson-deployment/image-capture/autofocus.cc b/jetson-deployment/image-capture/autofocus.cc index 81fbca7..2269b9e 100644 --- a/jetson-deployment/image-capture/autofocus.cc +++ b/jetson-deployment/image-capture/autofocus.cc @@ -48,7 +48,7 @@ int main() { cap.read(img); try { - imwrite("test.jpg", img); + imwrite("current.jpg", img); } catch (const Exception &ex) { fprintf(stderr, "Exception converting image to JPG format: %s\n", ex.what());