@T.Modes manythank's again
Command exiftools wih swap double quotes work fine, i must apdate a lot
because with *DJI Mavic mini air 2 *CameraYaw is GimbalYawDegree...
This work fine with *DJI Mavic mini air 2*
exiftool -p
'y${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$GimbalYawDegree,p${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$GimbalPitchDegree,r${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$GimbalRollDegree'
-ext jpg . >pos.txt
DJI.assistant don't work i have update like this
Arguments=-p
'y$FileSequence=$GimbalYawDegree,p$FileSequence=$GimbalPitchDegree,r$FileSequence=$GimbalRollDegree'
-w+! %0fpos.txt -@ %imagelist%.
I have same error describe before
"The assistant did no complete successfully. Please check the resulting
project file. Ok"
View clipboard content is
Reading positions
Error opening arg file /home/fran6t/hiUTeeBn.
I have a problem on my config i think it's not a hugin problem, i have
file right problem because i use flatpak version
If i remove step 0 from DJI.assistant
I create pos.txt with command exiftool
I adjust preference temporay file with /home/fran6t/Bureau/Tordre-Assistant
(path were .jpg and pos.txt are)
I run DJI.assitant
The 6 step executed correctly
Le dimanche 19 septembre 2021 à 18:12:16 UTC+2, T. Modes a écrit :
> [email protected] schrieb am Sonntag, 19. September 2021 um 17:06:46
> UTC+2:
>
>> When i try exittols command
>> exiftool -p
>> "y${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraYaw,p${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraPitch,r${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraRoll"
>>
>> -ext jpg . >pos.txt
>>
>> I obtain this error
>> bash:
>> y${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraYaw,p${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraPitch,r${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraRoll
>>
>> : Bad substitution
>>
>> My version exiftool installed is 11.88 perhaps it's to old
>>
>
> On Linux you need to swap double quotes with single quotes. So try
> exiftool -p
> 'y${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraYaw,p${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraPitch,r${Filename;s/DJI_//;s/\..*$//;$_-=1;}=$CameraRoll'
>
> -ext jpg . >pos.txt
>
> If this works, then modify the assistant file in the same way. The line
> should now read
> Arguments=-p
> 'y$FileSequence=$CameraYaw,p$FileSequence=$CameraPitch,r$FileSequence=$CameraRoll'
>
> -w+! %0fpos.txt -@ %imagelist%
>
> Thomas
>
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/e47bd0e9-86fc-4b79-a484-bb047f28db4en%40googlegroups.com.