Skip to content

Commit

Permalink
Set frame rate to 20 fps (#4)
Browse files Browse the repository at this point in the history
Set the `frame_rate` to `20` fps. Previously, the trigger was set to
`40` fps, but it was later discovered that the camera was configured to
the wrong triggering GPIO, causing the camera FPS to operate at half the
defined value. The updated ROS camera driver now ensures the camera FPS
is consistent with the trigger frame rate, removing the need to
compensate by setting the frame rate to double the desired triggering
FPS.
  • Loading branch information
hect95 authored Nov 26, 2024
1 parent 4032df7 commit 8d3a4a8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions av_camera_trigger/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package av_camera_trigger
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set frame rate to 20 fps
- Previously, the trigger was set to 40 fps, but it was later discovered that
the camera was configured to the wrong triggering GPIO, causing the camera FPS to
operate at half the defined value. The updated ROS camera driver now ensures
the camera FPS is consistent with the trigger frame rate, removing the need to
compensate by setting the frame rate to double the desired triggering FPS.

* Contributors: hect95


1.1.0 (2024-11-20)
------------------
* Fix host - trigger device time synchronisation (`#3 <https://github.com/ipab-rad/av_camera_trigger/issues/3>`_)
Expand Down
2 changes: 1 addition & 1 deletion av_camera_trigger/config/cam_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
frame_rate: 40
frame_rate: 20
shot_lead_delay_us: 0
pps_active_low: false
firmware_serial_device: '/dev/ttyACM0'
Expand Down
11 changes: 11 additions & 0 deletions camera_trigger_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package camera_trigger_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set frame rate to 20 fps
- Previously, the trigger was set to 40 fps, but it was later discovered that
the camera was configured to the wrong triggering GPIO, causing the camera FPS to
operate at half the defined value. The updated ROS camera driver now ensures
the camera FPS is consistent with the trigger frame rate, removing the need to
compensate by setting the frame rate to double the desired triggering FPS.

* Contributors: hect95

1.1.0 (2024-11-20)
------------------
* Fix host - trigger device time synchronisation (`#3 <https://github.com/ipab-rad/av_camera_trigger/issues/3>`_)
Expand Down

0 comments on commit 8d3a4a8

Please sign in to comment.