Code Monkey home page Code Monkey logo

pyrealsense2-macosx's People

Contributors

cansik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pyrealsense2-macosx's Issues

Support on macOS Monterey and Ventura

Hi @cansik and thank you very much for your work, this is the only solution I have managed to get working for the realsense cameras on a Mac.

I have managed to get pyrealsense2-macosx working after downgrading to macOS Big-Sur and I have no issues with the installation on Monterey. However when on Monterey, the camera doesn't seem to connect:

    pipeline.start(config)
RuntimeError: No device connected

Would it be possible to expand this package to newer versions of Mac?

Thanks again for your consideration and hard work in sharing and maintaining this package, it is greatly appreciated!

BUILD FAILED

Hi, when running the command pwsh librealsense-python-mac.ps1, I get an error: ** BUILD FAILED **.
I'm using a Mac M1 Pro with macOS Big Sur v11.4. The file pyrealsense2-2.48.0-cp39-cp39-macosx_11_0_x86_64.whl is not generated, so I can't go on.

console log:
log.txt

Script sometimes fails to run (Failed power state or timeout): Apple Silicon, Monterey

Hi,
I am attempting to use this library on Monterey with a Mac with the Apple Silicon Chip, and am seeing some issues with the consistency of running scripts including this library and other Realsense application (even with sudo). Whether the scripts will run or not feels completely random. Sometimes the scripts will run with no problem, other times I will see the “failed to set power state” error others have mentioned, or it will completely time out. Any guidance here? I have tested the same script on another Apple Silicon Chip Mac, but running Big Sur and have had no issues with it.

prebuilt wheel can't be installed on mac Monterey

Hi, I'm trying to install the librealsense 2.50 prebuilt wheel on my m2 macbook and m1 Mac mini, and both failed.

I'm getting this error when I try: pip install pyrealsense2_macosx-2.50.0-cp38-cp38-macosx_11_0_arm64.whl
ERROR: pyrealsense2_macosx-2.50.0-cp38-cp38-macosx_11_0_arm64.whl is not a supported wheel on this platform.

I'm using anaconda virtual environment with python=3.8.15 I also tried 3.9.13, but failed as well.

my system is 12.5.1 Monterey

I'm wondering where could it go wrong?

Support network device

Thanks for your work. Does it support the network RealSense connection? I tried to add -DBUILD_NETWORK_DEVICE=ON in this line of CMake, then tried net_viewer.py. It will have ImportError: cannot import name 'pyrealsense2_net' from 'pyrealsense2' error.

Version 2.50.0 can not open a pipeline

Version 2.50.0 crashes with the exception that there is no device available.
Current workaround is to install version 2.49.0!

Example code:

import pyrealsense2 as rs
pipe = rs.pipeline()
profile = pipe.start()
try:
  for i in range(0, 100):
    frames = pipe.wait_for_frames()
    for f in frames:
      print(f.profile)
finally:
    pipe.stop()

Access to Infrared Streams through Pyrealsense 2

Hi,

Is there access to the infrared camera streams using this library? When I do a console print-out of all of the available camera feeds, I only see depth and color streams available. When I try to enable and stream infrared frames using the same methods as used to load the depth and color ones my terminal stalls out and nothing appears to be happening.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.