-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frame rate very slow? #343
Comments
You can check the rate of a topic with the following command:
To increase the rate, you could try:
|
Is there any chance that i can exceed more than 20 Hz ? |
I don't think you will be able to exceed 20Hz for the color camera topic, even using the compressed version. |
@PerrineAguiar usb connection is possible (physically) in my application and I'm interested in doing this. Is there information somewhere on how to run in a tethered configuration? this is the first time I've seen it referenced. |
@eric-schleicher To enable USB tethering on your device, plug the device to your desktop via USB and go to: Settings --> Wireless & networks --> Tethering & portable hotspot --> enable USB tethering. Note that for any new terminal where you want to communicate with the tango node, you will have to set the ROS_MASTER_URI with this ip address using the following command: For more information about ROS network configuration, yo can check this tutorial. |
Thank you very much! Awesome :) |
@eric-schleicher : can you tell me how to record raw images via USB connection, pls ? |
Sorry @trinamntn08 I'm not sure how to do that. you might be able to find a ROS node that subscribes to a topic with RGB images and writes them to disk. |
I want to record Image_Raw from Project Tango into a bag by using the command below:
rosbag record /tango/camera/color_1/image_raw
i got a bag with sequence of image_raw. BUt once, i visualize on rviz, i realize the frame rate is really slow.
Is there any method to verify frame rate to record into the bag , and how can we change this rate ?
The text was updated successfully, but these errors were encountered: