View my account

How to use sample codes

Comments

6 comments

  • MartyG

    Hi.Getirfanhabeeb  If you are seeking to build the RealSense samples in Visual Studio for Windows, I hope that the guide in the link below will be helpful to you.

    On Windows, once you have installed the RealSense SDK with the installer on the SDK Releases page then you can find a folder of pre-built executable versions of samples by right-clicking on the RealSense Viewer's launch icon on the Windows desktop and selecting the Open file location menu option.

    https://www.intel.co.uk/content/www/uk/en/support/articles/000030463/emerging-technologies/intel-realsense-technology.html 

    On Linux, using the CMake build flag - DBUILD_EXAMPLES=true builds the samples.

    0
    Comment actions Permalink
  • Getirfanhabeeb

    Issue of align

    When I use align code the output image is 848 x 480

    why the aligned image property changed from original image, since the camera specification is 1280 x 720?

    0
    Comment actions Permalink
  • Getirfanhabeeb

    Can we do align for recoded depth and colour image image?

    0
    Comment actions Permalink
  • MartyG

    You can record depth and color data into a bag file but it will not be stored in an aligned format.  Once you load the bag file into memory then you can perform alignment, post-processing filtering and depth colorization operations on the data in real-time.

    0
    Comment actions Permalink
  • Getirfanhabeeb

    Why the aligned image size is 848x 480?
    Why it isn't 1280x720?

    0
    Comment actions Permalink
  • MartyG

    The rs-align sample program gives the impression when alignment is activated that resolution is being reduced when the image zooms in.  The field of view (FOV) size of one sensor is adjusting to the FOV size of the other sensor that is being aligned to.  This is how alignment works in the RealSense SDK and is described in the Overview opening section of the documentation for the rs-align program in the link below.

    https://github.com/IntelRealSense/librealsense/tree/master/examples/align#overview 

    0
    Comment actions Permalink

Please sign in to leave a comment.