Andre LaBranche

Results 56 comments of Andre LaBranche

@kangteng - would you mind sharing your iphone8 camera intrinsics and a brief description of how you obtained them? I am currently trying to get this project working with my...

You can see where the runtime looks for `libamd.2.dylib` by prefixing the command with `DYLD_PRINT_RPATHS=1` (although maybe this requires SIP to be disabled...) ``` ❯ pwd /Applications/COLMAP.app ❯ DYLD_PRINT_RPATHS=1 ./Contents/MacOS/colmap...

I'm having this crash also; my crash reports look like the one above. I've got an rMBP running Mavericks, using CamTwist 3.0 (downloaded today). I've done a basic ffmpeg encoding...

@mattlanham I got all the libraries from MacPorts - most came with ffmpeg, using the +nonfree variant (more on macports and ffmpeg below). I had to edit / add a...

So... I got it to not crash, and it's actually writing files to disk! Like, really well - full screen at 60 fps, in fact. The various edits I had...

Still crashes 100% for me with x264, even with above settings. If I change the file extension to .mkv or .mov, it still crashes. If I change it to .rtmp...

+1, looking forward to this :)

> By the way do you understand how keytar could affect the network lib? As I understand, the request headers somehow were not being passed around anymore but I don't...