|
424 | 424 | <ul class="simple"> |
425 | 425 | <li><p><strong>Free Run mode</strong> - The camera runs at default FPS.</p></li> |
426 | 426 | <li><p><strong>Fsync Auto Trigger mode</strong> - The camera shutter is automatically triggered by FPGA.</p></li> |
427 | | -<li><p><strong>Fsync Manual Trigger mode</strong> - The camera shutter is manually triggered by Fsync signal.</p></li> |
| 427 | +<li><p><strong>Fsync Manual Trigger mode</strong> - The camera shutter is manually triggered by Application.</p></li> |
428 | 428 | </ul> |
429 | 429 | <div class="line-block"> |
430 | 430 | <div class="line">For Free Run mode, the FPS is fixed at default frame rate.</div> |
@@ -565,31 +565,37 @@ <h2>Leopard AR0233 Frame Sync<a class="headerlink" href="#leopard-ar0233-frame-s |
565 | 565 | </ul> |
566 | 566 | <table class="docutils align-default"> |
567 | 567 | <colgroup> |
568 | | -<col style="width: 33%" /> |
569 | | -<col style="width: 48%" /> |
570 | | -<col style="width: 19%" /> |
| 568 | +<col style="width: 22%" /> |
| 569 | +<col style="width: 38%" /> |
| 570 | +<col style="width: 28%" /> |
| 571 | +<col style="width: 13%" /> |
571 | 572 | </colgroup> |
572 | 573 | <thead> |
573 | 574 | <tr class="row-odd"><th class="head"><p>Camera Number</p></th> |
574 | | -<th class="head"><p>Sysfs Pin Number</p></th> |
| 575 | +<th class="head"><p>JetPack 5.x Sysfs Pin Number</p></th> |
| 576 | +<th class="head"><p>JetPack 6.x gpiochip</p></th> |
575 | 577 | <th class="head"><p>Pin Name</p></th> |
576 | 578 | </tr> |
577 | 579 | </thead> |
578 | 580 | <tbody> |
579 | 581 | <tr class="row-even"><td><p>cam 1 - cam 2</p></td> |
580 | 582 | <td><p>/sys/class/gpio/gpio440</p></td> |
| 583 | +<td><p>gpiochip0 line 92</p></td> |
581 | 584 | <td><p>PP.00</p></td> |
582 | 585 | </tr> |
583 | 586 | <tr class="row-odd"><td><p>cam 3 - cam 4</p></td> |
584 | 587 | <td><p>/sys/class/gpio/gpio397</p></td> |
| 588 | +<td><p>gpiochip0 line 49</p></td> |
585 | 589 | <td><p>PH.06</p></td> |
586 | 590 | </tr> |
587 | 591 | <tr class="row-even"><td><p>cam 5 - cam 6</p></td> |
588 | 592 | <td><p>/sys/class/gpio/gpio487</p></td> |
| 593 | +<td><p>gpiochip0 line 139</p></td> |
589 | 594 | <td><p>PAC.01</p></td> |
590 | 595 | </tr> |
591 | 596 | <tr class="row-odd"><td><p>cam 7 - cam 8</p></td> |
592 | 597 | <td><p>/sys/class/gpio/gpio486</p></td> |
| 598 | +<td><p>gpiochip0 line 138</p></td> |
593 | 599 | <td><p>PAC.00</p></td> |
594 | 600 | </tr> |
595 | 601 | </tbody> |
@@ -628,8 +634,12 @@ <h2>Leopard AR0233 Frame Sync<a class="headerlink" href="#leopard-ar0233-frame-s |
628 | 634 | </tr> |
629 | 635 | </tbody> |
630 | 636 | </table> |
631 | | -<p>The sample codes can be downloaded from this link: <a class="reference external" href="https://github.com/Adlink-ROS/fsync_manual_trigger">https://github.com/Adlink-ROS/fsync_manual_trigger</a> |
632 | | -Before using this program, please make sure the cameras are switched to Fsync Manual Trigger mode.</p> |
| 637 | +<p>The sample applications can be downloaded from the links below:</p> |
| 638 | +<ul class="simple"> |
| 639 | +<li><p>Script based application - <a class="reference external" href="https://github.com/Adlink-ROS/fsync_manual_trigger">https://github.com/Adlink-ROS/fsync_manual_trigger</a></p></li> |
| 640 | +<li><p>ROS 2 based application - <a class="reference external" href="https://github.com/Adlink-ROS/sensor_trigger">https://github.com/Adlink-ROS/sensor_trigger</a></p></li> |
| 641 | +</ul> |
| 642 | +<p>Before using the program, please make sure the cameras are switched to Fsync Manual Trigger mode.</p> |
633 | 643 | <div class="admonition note"> |
634 | 644 | <p class="admonition-title">Note</p> |
635 | 645 | <p>In Fsync Manual Trigger mode, the performance and the precision depends on the program as well as the system load. <strong>Fsync Auto Trigger</strong> mode is much more precise than manual trigger mode.</p> |
|
0 commit comments