Skip to content

Commit ffe8b37

Browse files
committed
Update deploy.yaml for Ubuntu 22.04 runner 7c6ab93
1 parent a0d280a commit ffe8b37

3 files changed

Lines changed: 36 additions & 22 deletions

File tree

_sources/roscube-x/gmsl_camera/frame_sync.rst.txt

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The ROScube-X compatible GMSL2 cameras can be run in the following modes:
77

88
- **Free Run mode** - The camera runs at default FPS.
99
- **Fsync Auto Trigger mode** - The camera shutter is automatically triggered by FPGA.
10-
- **Fsync Manual Trigger mode** - The camera shutter is manually triggered by Fsync signal.
10+
- **Fsync Manual Trigger mode** - The camera shutter is manually triggered by Application.
1111

1212
| For Free Run mode, the FPS is fixed at default frame rate.
1313
| For Fsync (Frame Synchronization) mode, the FPS can be different depends on the triggering rate.
@@ -173,17 +173,17 @@ The 4 GPIOs used to send Fsync signal are listed below:
173173

174174
- For RQX-590 Series:
175175

176-
+-----------------+-------------------------+----------+
177-
| Camera Number | Sysfs Pin Number | Pin Name |
178-
+=================+=========================+==========+
179-
| cam 1 - cam 2 | /sys/class/gpio/gpio440 | PP.00 |
180-
+-----------------+-------------------------+----------+
181-
| cam 3 - cam 4 | /sys/class/gpio/gpio397 | PH.06 |
182-
+-----------------+-------------------------+----------+
183-
| cam 5 - cam 6 | /sys/class/gpio/gpio487 | PAC.01 |
184-
+-----------------+-------------------------+----------+
185-
| cam 7 - cam 8 | /sys/class/gpio/gpio486 | PAC.00 |
186-
+-----------------+-------------------------+----------+
176+
+-----------------+------------------------------+----------------------+----------+
177+
| Camera Number | JetPack 5.x Sysfs Pin Number | JetPack 6.x gpiochip | Pin Name |
178+
+=================+==============================+======================+==========+
179+
| cam 1 - cam 2 | /sys/class/gpio/gpio440 | gpiochip0 line 92 | PP.00 |
180+
+-----------------+------------------------------+----------------------+----------+
181+
| cam 3 - cam 4 | /sys/class/gpio/gpio397 | gpiochip0 line 49 | PH.06 |
182+
+-----------------+------------------------------+----------------------+----------+
183+
| cam 5 - cam 6 | /sys/class/gpio/gpio487 | gpiochip0 line 139 | PAC.01 |
184+
+-----------------+------------------------------+----------------------+----------+
185+
| cam 7 - cam 8 | /sys/class/gpio/gpio486 | gpiochip0 line 138 | PAC.00 |
186+
+-----------------+------------------------------+----------------------+----------+
187187

188188
- For RQX-58G:
189189

@@ -199,8 +199,12 @@ The 4 GPIOs used to send Fsync signal are listed below:
199199
| cam 7 - cam 8 | /sys/class/gpio/gpio445 | |
200200
+-----------------+-------------------------+----------+
201201

202-
The sample codes can be downloaded from this link: https://github.com/Adlink-ROS/fsync_manual_trigger
203-
Before using this program, please make sure the cameras are switched to Fsync Manual Trigger mode.
202+
The sample applications can be downloaded from the links below:
203+
204+
- Script based application - https://github.com/Adlink-ROS/fsync_manual_trigger
205+
- ROS 2 based application - https://github.com/Adlink-ROS/sensor_trigger
206+
207+
Before using the program, please make sure the cameras are switched to Fsync Manual Trigger mode.
204208

205209
.. note::
206210

roscube-x/gmsl_camera/frame_sync.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
<ul class="simple">
425425
<li><p><strong>Free Run mode</strong> - The camera runs at default FPS.</p></li>
426426
<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>
428428
</ul>
429429
<div class="line-block">
430430
<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
565565
</ul>
566566
<table class="docutils align-default">
567567
<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%" />
571572
</colgroup>
572573
<thead>
573574
<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>
575577
<th class="head"><p>Pin Name</p></th>
576578
</tr>
577579
</thead>
578580
<tbody>
579581
<tr class="row-even"><td><p>cam 1 - cam 2</p></td>
580582
<td><p>/sys/class/gpio/gpio440</p></td>
583+
<td><p>gpiochip0 line 92</p></td>
581584
<td><p>PP.00</p></td>
582585
</tr>
583586
<tr class="row-odd"><td><p>cam 3 - cam 4</p></td>
584587
<td><p>/sys/class/gpio/gpio397</p></td>
588+
<td><p>gpiochip0 line 49</p></td>
585589
<td><p>PH.06</p></td>
586590
</tr>
587591
<tr class="row-even"><td><p>cam 5 - cam 6</p></td>
588592
<td><p>/sys/class/gpio/gpio487</p></td>
593+
<td><p>gpiochip0 line 139</p></td>
589594
<td><p>PAC.01</p></td>
590595
</tr>
591596
<tr class="row-odd"><td><p>cam 7 - cam 8</p></td>
592597
<td><p>/sys/class/gpio/gpio486</p></td>
598+
<td><p>gpiochip0 line 138</p></td>
593599
<td><p>PAC.00</p></td>
594600
</tr>
595601
</tbody>
@@ -628,8 +634,12 @@ <h2>Leopard AR0233 Frame Sync<a class="headerlink" href="#leopard-ar0233-frame-s
628634
</tr>
629635
</tbody>
630636
</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>
633643
<div class="admonition note">
634644
<p class="admonition-title">Note</p>
635645
<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>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)