Skip to content

Commit

Permalink
[FIX] stream height and stream width for camera compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hollydinkel committed Aug 31, 2024
1 parent 2b63eec commit c3ec50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abb_control/config/d435_camera_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"viewer": {
"stream-depth-format": "Z16",
"stream-fps": "30",
"stream-height": "720",
"stream-width": "1280"
"stream-height": "480",
"stream-width": "640"
}
}

0 comments on commit c3ec50c

Please sign in to comment.