Marcel Kummer

Results 11 comments of Marcel Kummer

I can confirm this still happens. I'm trying to build a simple test setup adhering to the readme and ran straight into this issue. @DepthDeluxe, you probably don't remember (after...

I fail to reproduce this on an iPhone (iOS 16.5) with yesterday's Photoprism release. Maybe iPad-specific? **Edit**: No, neither on an iPad 9 with iOS 16.3.1.

I'm sorry, should've added that right away. The whole implementation is this (actual code wasn't changed): ``` class ImageMap(POVRayElement): """ ImageMap('image', 'my_image.png') """ povray_name= 'image_map' url = wikiref+'Image_Map' ``` The...

I have changed BOOST_BRANCH='Boost_1_53_0' and IPHONE_SDKVERSION=7.0 in boost.sh. Now the missing headers are successfully copied from the iOS 7 SDK. Still, an 'ar' binary is missing: ./boost.sh: line 216: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin//ar:...

Providing the frameworks would be great. Replacing the variables helped indeed, the ros_for_ios/build.sh ran successfully now. Still, I failed at getting the xcode demo project to build. It looks like...

Looks like the build indeed failed although build.sh didn't notice that. I found the first errors around line 1550. In line 1578, configure cannot find the gcc binary in iPhoneOS.platform,...

A workaround that I came up with is to have a file selection screen that opens when tapping the download button. That way would also work fine-ish for deciding between...

The issue I saw originally was with stacked images (or rather: a video with a preview image that PP models as stacked images). PP offered downloads for all stacked images...

I pulled the latest stable build yesterday and tried downloading stacked + live photos with that. Downloading * a live photo will offer the video for download (I'd expect the...

I agree on the priority topic. There's a difference in photographer intent between videos and live photos that affects downloads: * for live photos, I expect the photo to be...