Tim Poulsen

Results 12 comments of Tim Poulsen

Sorry that it's so large! It's mostly white space / indenting changes. My editor did that as I saved my other changes. The key change for each is really just...

I can't find the reference at the moment, but you can embed depth data into JPG and other standard file formats. It's not on https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/capturing_photos_with_depth but that was my jumping...

I get this: (I have Qt ~5.15.5~ 5.15.1, hence the updated cmake command below) Console output removed because it works when you use the right version number. 🤦 I'll update...

I need the same functionality. Please share what you discover. I'll do the same. Thanks!

I had manual triggering of the cameras working. Some sample python code is at https://gist.github.com/skypanther/4563ffde6fc38c1c9c7675afec9dab41 I no longer have this hardware so I can't really support the code if there...

You're a godsend. I could not get TF to build using the instructions in this repo (bazel compile error as others reported). But your whl installs just fine. Thank you!

I don't believe this is still an issue. I've received the update prompt on the correct screen on both my work and home Macs. Thanks!

well, sort of, the zip file is included with this PR. Click Files Changed above and you'll see the zip.

Thanks. I'm afraid calling `toggle()` doesn't work for me. I can still tap the the FAB just once. My app should probably use a actionbar button instead of a FAB....

By normal Alloy rules, a regular build to simulator/emulator is a dev build. A build to device is a test build. We have different endpoints in the config.json file for...