View my account

昨年度と今年度の違いが知りたいです

Comments

1 comment

  • MartyG

    Title translation from Japanese: "I want to know the difference between last year and this year"

    Question: How the RealSense Viewer's IR Emitter Enabled on / off control changed between 2019 and 2020

    As far as I know, turning the emitter on and off using programming scripting still works the same.  In the RealSense Viewer, the On and Off state has been replaced by Off, Laser and Laser Auto.

     

     

    There is a RealSense SDK command called RS2_FRAME_METADATA_FRAME_EMITTER_MODE that has the number settings listed below:

    0 - all emitters disabled

    1 - laser enabled

    2 - auto laser enabled

    In the Emitter menu of the RealSense Viewer, these settings are expressed as Off ( which is 0), Laser (which is 1) and Laser Auto ( which is 2).  

    My research indicates that the meaning of Laser Auto is that the emitter only activates when lighting level is detected to have fallen below a certain level.  In most cases, using Off or Laser (on) setting in the Viewer should be okay.

    ************************

    TRANSLATION

    私の知る限り、プログラミングスクリプトを使用してエミッタをオンまたはオフにすることは、同じように機能します。 RealSense Viewerでは、オンとオフの状態がオフ、レーザー、レーザー自動に置き換えられました。

     

     

    RS2_FRAME_METADATA_FRAME_EMITTER_MODEと呼ばれるRealSense SDKコマンドがあり、以下にリストされている番号設定があります。

    0-すべてのエミッターを無効にします

    1-レーザーが有効

    2-自動レーザーが有効

    RealSense Viewerのエミッタメニューでは、これらの設定はオフ(0)、レーザー(1)、レーザー自動(2)で表されます。

    私の研究によると、レーザーオートの意味は、発光レベルが特定のレベルを下回ったことが検出された場合にのみエミッターがアクティブになることです。 ほとんどの場合、ビューアでオフまたはレーザー(オン)設定を使用しても問題ありません。

    0
    Comment actions Permalink

Please sign in to leave a comment.