Stacking Pixel images #28
Unanswered
eveiscoull
asked this question in
Q&A
Replies: 1 comment 7 replies
-
|
Hello @coolssor ! Do you have a way to provide also the timestamp of these photos? With some devices, a small difference might exist and might break the "localDateTime" reference. I just want to exclude this from the equation before checking more! Thanks! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, I'm at a loss on stacking Pixel images. I've tried the following variations of the criteria at the bottom of the Custom criteria page:
(PXL|IMG)_(\\d{8})_\\d+and index 2(PXL|IMG)_(\\d{8})_(\\d+)and index 3^(PXL|IMG)_(\d{8})_(\d+)(?:\..+)?$and index 3(PXL|IMG)_(\d{8})_(\d+).*and index 3^(PXL|IMG)_(\d{8})_(\d+)\.RAW-\dand index 3^(PXL|IMG)_(\d{8})_(\d+)\.RAW-\d.*and index 3PXL_(\d{8})_(\d+)\.RAW-\d{2}.*and index 3PXL_(\d{8})_(\d+)and index 3PXL_(\\d{8})_(\\d{9})and index 2I tried all of them with
\\and single\, none have worked.These are the file names as examples:
PXL_20250731_152626855.RAW-01.COVER.jpgandPXL_20250731_152626855.RAW-02.ORIGINAL.DNG.It manages to stack
PXL_20250628_123043121.RAW-01.COVER~2.jpgandPXL_20250628_123043121.RAW-01.COVER.jpg, but not the ones above.Anyone got the same issue and/or managed to get it working? Any assistance is greatly appreciated! 😊
EDIT: Forgot to include my .env file:
Beta Was this translation helpful? Give feedback.
All reactions