View my account

Switching limited FOV depending on where object is

Comments

3 comments

  • MartyG

    Hi @Jbmayor4  I would speculate that a workaround, though a somewhat expensive one, may be to arrange three cameras in a vertical stack so their FOVs overlap and combine their individual FOVs together into a single wide view.  This is a technique that can be used to capture the vertical height of the human body (if observing one person), or capture multiple persons (if arranging the cameras horizontally).

    Intel demonstrated this "volumetric capture" method in January 2018 at the Sundance Festival, arranging four D435 cameras horizontally to create an 180 degree wide FOV.

    https://www.intelrealsense.com/intel-realsense-volumetric-capture/ 

    0
    Comment actions Permalink
  • Jbmayor4

    MartyG thanks for the quick and helpful response. The method you suggested seems like a great possibility and may very well indeed end up being the best choice but before we take the more expensive route I'm curious if there are any software workarounds that exist in the SDK to pull specific pixel data rather than just the 100 most middle pixels by default as the camera currently does in 300 FPS 848x100 mode. 

    0
    Comment actions Permalink
  • MartyG

    As the 300 FPS mode is largely based on firmware settings rather than SDK code, I can't think of a single-camera solution to improve the situation.  There may be a way to get 848x480 from all cameras though.

    Intel recently introduced a system called External Synchronization (genlock).  One of the ways it can be used is to amplify the FPS.  You arrange multiple cameras to observe the same scene, and they activate in a time-staggered firing sequence.  So by firing 3 cameras at 90 FPS and 840x480, you can achieve 270 FPS at 840x480.  10 cameras at 90 FPS gives 900 FPS.  And ten cameras at 300 FPS and 848x100 gives 3000 FPS at 848x100.

    The details are in point 5 of the section of the genlock white paper that I have linked to below:

    https://dev.intelrealsense.com/docs/external-synchronization-of-intel-realsense-depth-cameras#section-4-genlock-usages 

    0
    Comment actions Permalink

Please sign in to leave a comment.