Items with no label
3335 Discussions

Displaying Camera Stream on PC

MKank1
Novice
1,192 Views

Hi,

I am just starting with the RealSense R200 camera. My questions are:

1) Is there a pre-made block of code already available to display the video stream from the realsense on a PC.

2) Can data acquired from the camera be altered to show areas where an obstacle is close-by in red? If so how can it be done and how can the result stream be shown on the PC (Similar to question 1).

Thank you.

0 Kudos
1 Solution
MartyG
Honored Contributor III
301 Views

1. The SDK comes with a pre-made sample called 'RawStreams'. When you installed the SDK, a folder called 'Intel RealSense SDK Gold' should have been placed on your desktop. Within his folder is an application called 'Sample Browser', which provides an easy interface for browsing RealSense sample programs. you can find RawStreams in this application, under the 'Common' section.

In the '2016 R2' version of the RealSense SDK (which you should be using with the R200, as the '2016 R3' SDK lacks R200 support), RawStreams is available in C# and C++ formats, with accompanying source code.

2. A helpful resource for getting started on perceiving the proximity to objects may be a RealSense project that uses the R200 called the Spatial Awareness Wearable (SAW), a project by Intel employees which provides source code.

https://software.intel.com/en-us/spatial-awareness-wearable Spatial Awareness Wearable | Intel® Software

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
302 Views

1. The SDK comes with a pre-made sample called 'RawStreams'. When you installed the SDK, a folder called 'Intel RealSense SDK Gold' should have been placed on your desktop. Within his folder is an application called 'Sample Browser', which provides an easy interface for browsing RealSense sample programs. you can find RawStreams in this application, under the 'Common' section.

In the '2016 R2' version of the RealSense SDK (which you should be using with the R200, as the '2016 R3' SDK lacks R200 support), RawStreams is available in C# and C++ formats, with accompanying source code.

2. A helpful resource for getting started on perceiving the proximity to objects may be a RealSense project that uses the R200 called the Spatial Awareness Wearable (SAW), a project by Intel employees which provides source code.

https://software.intel.com/en-us/spatial-awareness-wearable Spatial Awareness Wearable | Intel® Software

0 Kudos
Reply