Skip to content

[RSDK-12094] Implementing camera temperature query feature via do_com…#51

Merged
SebastianMunozP merged 4 commits intoviam-modules:mainfrom
SebastianMunozP:support_temperature_query
Oct 3, 2025
Merged

[RSDK-12094] Implementing camera temperature query feature via do_com…#51
SebastianMunozP merged 4 commits intoviam-modules:mainfrom
SebastianMunozP:support_temperature_query

Conversation

@SebastianMunozP
Copy link
Contributor

Creating a way to request the device temperature via a Do Command

Input

{
"get_camera_temperature": null
}

Output

{
  "temperature": {
    "chip_bottom_temp_c": 0,
    "cpu_temp_c": 0,
    "chip_top_temp_c": 0,
    "rgb_temp_c": 43.900001525878906,
    "main_board_temp_c": 37.900001525878906,
    "ir_left_temp_c": 0,
    "ir_right_temp_c": 0
  }
}

@hexbabe hexbabe self-requested a review October 3, 2025 18:39
@SebastianMunozP SebastianMunozP merged commit 84fd25c into viam-modules:main Oct 3, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants