sam598

Results 20 comments of sam598

I am getting the same error in MacOS Monterey, but I don't think it is the same as the Monterey USB hub issue. This code: ``` import pyrealsense2.pyrealsense2 as rs...

Confirmed the same behavior on both a late 2019 Intel MacBook Pro as well as a late 2021 M1 Pro MacBook Pro. MacOS Monterey Version 12.0.1 RealSense SDK Version 2.50.0...

How does that make sense? If the issue was USB then you would not be able to access the camera at all. It appears the issue is with the SDK.

@dominiccarrano if it were a camera permissions issue Full Disk Access would not make a difference, it would need to be Camera. Unfortunately you cannot pre enable an application for...

Is there a recommended version of cmake? I have tried the following cmake versions: 3.12.0 3.12.4 3.13.5 3.14.7 3.15.7 3.16.8 3.17.3 3.18.0 3.12.0, 3.12.4 and 3.13.5 are not able to...

Thank you for the fast reply. Yes I have tried several iterations of setting BOOST_ROOT and Boost_NO_BOOST_CMAKE. This was the latest iteration I tried: I installed cmake 3.17.3 and I...

Everything else in the library seems to run fine. `smithsonian_butterflies_subset` downloads and caches without issue, and I am able to train and infer using the diffusers library. Is there something...

The face estimation gif looks very interesting. Is there an explanation or example of this somewhere?

Thanks @julienvalentin looking forward to it.

@julienvalentin @yifeif any update on the face alignment demo?