-
Notifications
You must be signed in to change notification settings - Fork 60
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
Decoding latency and FPV_VR_OS #43
Comments
@Consti10 Here is a file with the raw output:
|
The test file you sent me just plays completely fine in LiveVideo10ms: |
I haven't tested it on more devices yet, but for me, nothing looks special/uncommon with it. |
Test device: Pixel 3. |
If you want to use the repo (shamelessly promiting my own sw here): and use VIDEO_DATA_TYPE::RAW_h264 ( that is confusing, for reference: I added support for the dji spark, which needs special h264 parsin (VIDEO_DATA_TYPE::DJI). but the test file you've sent me doesn't need special parsing (it doesn't slice frames). |
Hello,
I find this project really interesting as a developer,since I have an OS android app for digital fpv / vr link
I also have a repo that compares the decoding time for different streams on different smartphone HW (there can be a lot of differences,see
google/ExoPlayer#8514
I am wondering if you could create a .h264 recording of the "raw data you get via usb" so I can analyze it and perhaps provide a bit of details if and how you can decode the stream with low latency on android.
( I personally don't have a dji fpv system).
Greetings,
Constantin
The text was updated successfully, but these errors were encountered: