MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
I don't know of a pre-made function like that for saving photos, but ROS supports the specifying of a maximum time length or file size for the recording of a 'bag' file. When the time limit is rea...
-
Cursor mode was part of an older SDK from 2016 that is unfortunately not compatible with the D415 camera. If you want to use hand tracking with the D415, the best tracking solution currently availa...
-
When you save a PNG snapshot using the RealSense Viewer, it usually saves a .raw file and a .csv file in the same save location that the PNG is placed in. The .raw file has an icon that looks like...
-
BTW, I offer my apologies for the delayed response. I spent a while considering your case very carefully, and then once I posted it yesterday, I found that hours later it was still in an awaiting...
-
For doing vision computing in the cloud, I would think that Microsoft Azure would be the primary cloud computing platform to consider. Intel themselves recommend Azure cloud services on their clou...
-
To get both the left and right IR streams, you should ensure that (1) you are using USB 3 mode and not USB2, and (2) your camera has 'Advanced Mode' enabled. You can enable Advanced Mode in the Re...
-
An Intel RealSense employee developed a project called EtherSense for using cameras with Ethernet. https://github.com/krejov100/EtherSense The CONIX Research Center have also done an advanced multi...
-
It would probably be easier to build using PyPy with a pip instruction. Though building from source is a good idea if you are installing on a piece of hardware that is not a typical PC. I went thr...
-
Someone else who encountered this error with python.h fixed it by providing an include path. https://github.com/IntelRealSense/librealsense/issues/980#issuecomment-357846712
-
May I please check the instruction that you used to try to install Python? You said that you used sudo apt-get install python-dev. The word 'python' is used twice in the installation command on...