MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Tony Najjar In general, if there is a xioctl(VIDIOC_S_EXT_CTRLS) error then it is likely to be caused by a conflict between the librealsense SDK and the kernel. Building the SDK from source co...
-
Multithreading is rarely used in RealSense projects and so there are not RealSense examples of it for Python available except for the links above, unfortunately. There is a bag cutting tool for R...
-
As manual exposure is being used, if there is an event that causes the image to become over-exposed or under-exposed then the camera will not be able to correct the image automatically if auto-expo...
-
Hi Terrence Pierce I checked the contents of the installer programs for the Windows version of the RealSense SDK. The MATLAB wrapper is included in the 2.54.1 installer but not in the 2.54.2 or 2...
-
There are not many other RealSense RTABMAP resources to suggest, unfortunately. You could try this guide next: https://dev.to/admantium/ros-simultaneous-mapping-and-localization-with-rtabmap-2o09
-
Your package path method seems to be equivalent to the RealSense Python wrapper's method of setting the path to '/usr/local/lib where Python 3 can be found by setting a PYTHONPATH variable. So I c...
-
Hello, this question has been responded to at the link below. https://github.com/IntelRealSense/librealsense/issues/12999
-
Hi Megan001222 If you prefer to install from packages on your Jetson Nano instead of from source code then the JetsonHacks website's 'installLibrealsense.sh' build script at the link below may be...
-
If you want to read and record at the same time then multi-threading may be what you need. The link below has resources about doing this with Python. https://support.intelrealsense.com/hc/en-us/co...
-
Hi Antoniogrimalt To create a new bag file from an existing one, you could try using the original bag as the data source instead of a live camera with the RealSense SDK's enable_device_from_file()...