Matsyarelease
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Matsyarelease-
Matsyarelease commented,
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python#streaming-using-rspipeline Getting same error
-
Matsyarelease commented,
yes
-
Matsyarelease commented,
This is my code. it run properly on window10import cv2 import pyrealsense2 as rs import pandas as pd import numpy as np import os # Initialize RealSense pipeline and configuration pipeline = rs.p...
-
Matsyarelease commented,
Yes, and I installed RealSense viewer it works properly in 2D and 3D, but when I run python code it didn't
-
Matsyarelease commented,
MartyG When I connect camera and run wrappers/python/examples/python-rs400-advanced-mode-example.py it detects properly like D405 is connected but I am not getting frames
-
Matsyarelease commented,
No, normally used pi terminal
-
Matsyarelease commented,
yes
-
Matsyarelease created a post,
Realsense D405: Frame didn't arrive within 10000
I am using Raspberry Pi 4 with Ubuntu 20.04 LTS OS.I got error- frame didnt arrive within 10000 # Initialize RealSense pipeline and configuration pipeline = rs.pipeline() config = rs.config() conf...