[Feature]: Viewing of Android Motion Photos #1677
Replies: 9 comments
-
Duplicated with #160 |
Beta Was this translation helpful? Give feedback.
-
Ah, thank you. I missed the other one originally but just found it. Sorry for the duplicate. |
Beta Was this translation helpful? Give feedback.
-
I think this issue should remain open (maybe with a more precise title/description?) as #160 covers live photos from iOS devices, not Android's similar Motion Photos. |
Beta Was this translation helpful? Give feedback.
-
@jakejoh Agree, however, we don't have the mechanism to distinguish Motion Photos on Android from a normal photos. |
Beta Was this translation helpful? Give feedback.
-
at least Google Camera photos contain a xmp section like this: <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.1.0-jc003">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:GCamera="http://ns.google.com/photos/1.0/camera/"
xmlns:Container="http://ns.google.com/photos/1.0/container/"
xmlns:Item="http://ns.google.com/photos/1.0/container/item/"
xmlns:xmpNote="http://ns.adobe.com/xmp/note/"
GCamera:MotionPhoto="1"
GCamera:MotionPhotoVersion="1"
GCamera:MotionPhotoPresentationTimestampUs="467400"
xmpNote:HasExtendedXMP="5748706CE8036406D65595EBF4C31711">
<Container:Directory>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<Container:Item
Item:Mime="image/jpeg"
Item:Semantic="Primary"
Item:Length="0"
Item:Padding="0"/>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<Container:Item
Item:Mime="video/mp4"
Item:Semantic="MotionPhoto"
Item:Length="3589453"
Item:Padding="0"/>
</rdf:li>
</rdf:Seq>
</Container:Directory>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta> and are named ...MP.jpg |
Beta Was this translation helpful? Give feedback.
-
Absolutely need this for Android Motion photos. I assume this would make it able to not have them double up in the timeline as well and "stack" the photos? That way when you view a motion photo in immich you could see the motion photo by default but also see the static photo as well to stop the duplication in the timeline. |
Beta Was this translation helpful? Give feedback.
-
Hey, if I'm right, the current state is that this feature is implemented for iOS. So, is the server capable of handling motion photo data (which is basically a video)? This would mean that the handling and identification of motion photos is done in the mobile App. Is this assumption correct? Maybe I have some time in the next week to create a PR for this feature. At least for Google Camera photos, because I have a Pixel device. But before I have two questions:
|
Beta Was this translation helpful? Give feedback.
-
Looks like this service open sourced how they discern Motion Photos |
Beta Was this translation helpful? Give feedback.
-
Implemented a few releases back. |
Beta Was this translation helpful? Give feedback.
-
Feature detail
The ability to play HEIC motion photos from Apple and Android phones.
A play button somewhere that doesn't block the photo so auto-play can be toggled.
Platform
Mobile App
Beta Was this translation helpful? Give feedback.
All reactions