-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Can we change frequency of T265 from 200hz? #4592
Comments
I don't mean to be rude, but since you have the T265 working on the Jetson tx2, could you maybe help me out in #4578? That would be great and thank you! |
@peterwatsonnm , the Pose output data rate is fixed and cannot be changed. |
@ev-mp thanks for the response. I will try these solutions, but my main issue is the amount of data that the t-265 is sending through the cable. I was hoping that a usb 2 could handle the pose data stream, but when streaming for 5+ minutes, the cable gets overloaded. An upgrade to a usb 3 is in my future, but right now I only have a usb 2 cable that is the length I need. Thanks for the info, though! |
@JvanZijl commented :) |
@peterwatsonnm , can you elaborate what did you mean by
Here are some numbers: the T265 pose frame size is 131 bytes, and 200fps results in 131x200=26,200 bytes/sec throughput. For reference a webcam streaming VGA at 30 fps produces 30x640x480x2(yuyv) = 3,686,400 bytes/sec (~3.5MB/sec). |
When I run the camera through USB 2.0 cables, after streaming pose data with rs-data-collect for 2.5 minutes, the data in the CSV file is just displayed as #NONE or nan... Problem dissappears when usb 3 is used. I have just been using usb 3 as a solution for now. Thanks for the info, that is cool how low latency it is! |
@peterwatsonnm Have you seen any NaN pose output since starting to use USB 3 cables? |
@harville I have. |
@peterwatsonnm If you need further support on occurrence of NaN pose output, please refer to issues 4518 and 5101, where an ongoing discussion continues as we work to resolve this. |
my interest is how can i know the frequency of t265 pose data is 200hz? though i have known the imu frequency is 200hz,i want to find the offical explanition. |
I have found the reference,but I have the new question, when there is no new frame,the pose data is keeping as the last frame's data or change to 0? |
Issue Description
I am curious if we can change the frequency of the T 265 from 200 HZ. This frequency is much to high for my project, and I'd like to lower it if possible, specifically for the rs-data-collect function to record data into the .csv file slower than 200 frames per second.
Thank you!
The text was updated successfully, but these errors were encountered: