mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
HEIC: Support spatial images as used for Apple Vision Pro #2046
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#2046
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChXWu on GitHub (Mar 23, 2024).
Describe what problem this solves and why this would be valuable to many users
As apple introduce spacial computing, more apple devices can shoot spacial photos in heic format.
Currently convert command in photoprism will create two sidecar file "IMG_0001.HEIC-1.jpg","IMG_0001.HEIC-2.jpg"from a single spacial photo named IMG_0001.HEIC.
logs being
time="2024-03-23T00:00:00" level=info msg="convert: converting IMG_0001.HEIC to IMG_0001.HEIC.jpg (heif-convert)"
time="2024-03-23T00:00:00" level=error msg="convert: no such file or directory for Mobile/ICloud/2024/01/01/IMG_0001.HEIC"
which seems like photoprism successfully creates two sidecar from one spacial photo but failed to make a connection due to their unusal naming. This would cause missing index and photo in the gallery
Describe the solution you'd like
Stack IMG_0001.HEIC,IMG_0001.HEIC-1.jpg,IMG_0005.HEIC-2.jpg together and index it properly.
Describe alternatives you've considered
An simpler solution would just be naming IMG_0001.HEIC-1.jpg as IMG_0001.HEIC.jpg and treat it as the only side car file.
Additional context
/
@lastzero commented on GitHub (Mar 23, 2024):
Can you provide us with sample files for testing?
See https://www.photoprism.app/contact
@lastzero commented on GitHub (Mar 25, 2024):
We'll be happy to look into this (and fix the issue) once we've completed our work on two-factor authentication! Otherwise, please feel free to send a reminder.