<div dir="ltr"><div>Something like this may have been suggested before.  It would be great if the capture.cpp could pass the name of the current image (full path) to the image script specified on the camera EKOS page.</div><div><br></div><div>Here's a diff of the capture.cpp from the latest release that I'm using.  Please let me know if there is a better way of doing this and if this could be incorporated in one of the next releases (that way I don't have to patch every time).</div><div>-------------------------------------------</div><div>@@ -1229,7 +1229,18 @@ bool Capture::setCaptureComplete()<br>-        postCaptureScript.start(activeJob->getPostCaptureScript());<br><br>+        postCaptureScript.start(activeJob->getPostCaptureScript(), QStringList()<br>+        << activeJob->getSignature()<br>+        << QString::number(nextSequenceID)<br>+        );</div><div>--------------------------------------------------<br></div><div><br></div><div>Thx!!<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><br><div>Sifan Kahale</div><div>KOBS</div><div><br></div><div>Have (gravel) road, will travel ...<br></div><div><br></div><div><br></div></div></div></div></div></div></div></div></div></div>