Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
voxl
ROS
voxl-hal3-tof-cam-ros
Commits
6ea97873
Commit
6ea97873
authored
Feb 01, 2021
by
Alex Kushleyev
Browse files
update readme with latest sample output
parent
b4d0f40f
Pipeline
#250016060
failed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
10 deletions
+23
-10
README.md
README.md
+23
-10
No files found.
README.md
View file @
6ea97873
...
...
@@ -96,6 +96,7 @@ roslaunch ./source/launch/tof.launch
```
### Expected Behavior
-
camera ID will vary depending on what cameras are attached (will be auto-detected)
-
the very first time the sensor is used, it will be initialized (about 30 seconds)
-
lens parameters will be downloaded from sensor if needed to
`/data/misc/camera/irs10x0c_lens.cal`
```
...
...
@@ -105,12 +106,13 @@ yocto:~/git/voxl-hal3-tof-cam-ros# roslaunch ./source/launch/tof.launch
...
...
process[rosout-1]: started with pid [
13
56
9
]
process[rosout-1]: started with pid [
65
56]
started core service [/rosout]
process[base_link_tof_cam-2]: started with pid [
13583
]
process[base_link_laser_scan-3]: started with pid [
13587
]
process[tof/voxl_hal3_tof_cam_ros_node-4]: started with pid [
13594
]
process[base_link_tof_cam-2]: started with pid [
6572
]
process[base_link_laser_scan-3]: started with pid [
6574
]
process[tof/voxl_hal3_tof_cam_ros_node-4]: started with pid [
6589
]
Using TOF mode 9, fps=30, will request frame size 224x1557
DEPTH_IMAGE
IR: 1 ..... Cloud: 1 ..... Laser: 1
Camera id: -1
...
...
@@ -120,19 +122,28 @@ Number of frames to dump: 0
Camera mode: preview
SUCCESS: Camera module opened
Camera Id: 0 .. Available raw sizes:
raw size: 224x1557 (TOF?)
raw size: 4056x3040
raw size: 3840x2160
raw size: 1920x1080
raw size: 1280x720
Camera Id: 1 .. Available raw sizes:
raw size: 224x1557 (TOF?)
raw size: 224x865 (TOF?)
raw size: 224x1903 (TOF?)
Camera Id: 2 .. Available raw sizes:
raw size: 1280x480
raw size: 640x240
User specified TOF camera id = -1.. Autodetecting..
Found TOF camera with ID
0
Found TOF camera with ID
1
SUCCESS: TOF interface created!
=========== modalai Royale3.31, Spectre4.7 CameraDevice::activateUseCase() : return SUCCESS!!
=========== modalai Royale3.31, Spectre4.7 CameraDevice::activateUseCase() : return SUCCESS!!
Setting use case: mode=9, fps = 30
=========== modalai Royale3.31, Spectre4.7 CameraDevice::activateUseCase() : return SUCCESS!!
Libcamera sending RAW16 TOF data. App calling the PMD libs to postprocess the RAW16 data
[ INFO] [161
0597128.592318535
]: Loading lens parameters from /data/misc/camera/irs10x0c_lens.cal.
[ INFO] [161
0597128.595652985
]:
[ INFO] [161
2238199.081890562
]: Loading lens parameters from /data/misc/camera/irs10x0c_lens.cal.
[ INFO] [161
2238199.084043542
]:
cx/cy 115.439 88.3658
fx/fy 111.314 111.314
tan coeff -0.0020162 -0.00255608
...
...
@@ -140,8 +151,10 @@ rad coeff -0.259339 0.0933604 -0.0150994
Camera HAL3 ToF camera app is now running
Frame: 0 SensorTimestamp = 4134124857341
Frame: 30 SensorTimestamp = 4135124771341
Frame: 0 SensorTimestamp = 1766346373713
Frame: 30 SensorTimestamp = 1767346196713
Frame: 60 SensorTimestamp = 1768346211713
Frame: 90 SensorTimestamp = 1769346211713
...
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment