Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libuvc_ros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
ADC
external
libuvc_ros
Commits
d82187ac
Commit
d82187ac
authored
13 years ago
by
Ken Tossell
Browse files
Options
Downloads
Patches
Plain Diff
added parameter for timestamping method
parent
66f5ce5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libuvc_camera/cfg/UVCCamera.cfg
+9
-1
9 additions, 1 deletion
libuvc_camera/cfg/UVCCamera.cfg
with
9 additions
and
1 deletion
libuvc_camera/cfg/UVCCamera.cfg
+
9
−
1
View file @
d82187ac
...
...
@@ -47,7 +47,15 @@ gen.add("video_mode", str_t, SensorLevels.RECONFIGURE_CLOSE,
gen.add("frame_rate",
double_t, SensorLevels.RECONFIGURE_CLOSE,
"Camera
speed, frames per second.", 15.0, 0.1, 1000.0)
# TODO:
video mode -- uncompressed, yuyv, uyvy, rgb, compressed, jpeg, ...
timestamp_methods
= gen.enum([gen.const("PubTime", str_t, "pub", "Time of publication"),
gen.const("FrameStartTime",
str_t, "start", "Time when raw frame capture began"),
gen.const("FrameStopTime",
str_t, "stop", "Time when raw frame capture ended"),
gen.const("HostReceiptTime",
str_t, "hostrcpt", "Time when camera-to-host transfer completed")],
"Methods
for determining the timestamp")
gen.add("timestamp_method",
str_t, SensorLevels.RECONFIGURE_CLOSE,
"Method
for determining the timestamp.", "start",
edit_method
= timestamp_methods)
gen.add("frame_id",
str_t, SensorLevels.RECONFIGURE_RUNNING,
"ROS
tf frame of reference, resolved with tf_prefix unless absolute.",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment