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 am not familiar with OpenPose, unfortunately. As I mentioned earlier, OpenCV is certainly a way in which skeletal tracking can be done, though it requires more work than using a commercial solu...
-
If you mean how long a RealSense camera can be expected to run before they fail .... in theory, the camera can be active indefinitely so long as it remains within operating temperature tolerances. ...
-
If you are seeking to align the depth and color streams, the RealSense SDK has a couple of example programs for doing this. Align https://github.com/IntelRealSense/librealsense/tree/master/examples...
-
I am very glad I could help. Please feel welcome to come to this forum any time that you have more questions. :)
-
Whether you need a high-powered PC will depend on your application really. For example, if you were attaching several cameras to the same PC then a PC with an Intel Core i7 processor or better wo...
-
The 400 Series cameras are highly flexible in the hardware they will work with. They can be used with any Intel or ARM processor. There have also been a couple of documented successful cases with...
-
1. The 400 series cameras can stream RGB up to 1920x1080 and depth up to 1280x720. However, it is necessary to use a USB 3.0 port to achieve these modes. If you are running the camera on a USB ...
-
If you are asking about saving aligned color and depth frames back to the bag, the previous answer applies https://support.intelrealsense.com/hc/en-us/community/posts/360033038054/comments/36000784...
-
If you are using Nuitrack, it can detect up to six individual skeletons. Nuitrack is very flexible, and you can enable only the modes you need. For example, in their Unity system you can set 'Ske...
-
As I said above, you should be able to save the aligned depth and color frames as a .ply format point cloud file. I don't think you can write them back to the bag once they have been aligned and r...