CrazyDude1994 / android-taranis-smartport-telemetry

This android application let you view and record your taranis telemetry data in realtime.
https://play.google.com/store/apps/details?id=crazydude.com.telemetry
145 stars 43 forks source link

Uvc video support #102

Closed RomanLut closed 1 year ago

RomanLut commented 3 years ago

Support for ROTG01/ROTG02 receivers, with recording. There is a new button on toolbar to switch layout.

This is major change which includes all my other pull requests.

Please see building instructions: https://github.com/RomanLut/android-taranis-smartport-telemetry/blob/master/doc/development.md

image

image

CrazyDude1994 commented 3 years ago

hi. there are merge conflicts. Also I'm thinking about making this a separate APK and app on google play. I'm not decided about this though

RomanLut commented 3 years ago

Please provide your decision, then I will create pull request based on your master branch. It would be prefferable to have single application to decrease maitenance costs. If someone does not need UVC support, he does not have to use it. Just use layout with fullscreen map.

You can try a version with uvc support by compiling master branch: https://github.com/RomanLut/android-taranis-smartport-telemetry or precompiled apk: https://github.com/RomanLut/android-taranis-smartport-telemetry/blob/master/app-debug.apk

I had a 45 minute flight with inav plane yesterday and it worked very well. image

s2kaka commented 3 years ago

Screenshot_2021-05-03-12-34-59-968_com miui bugreport My xiao mi redmi 9 pro not work. Can not see video and crash

RomanLut commented 3 years ago

My xiao mi redmi 9 pro not work. Can not see video and crash

Does Go FPV app: https://play.google.com/store/apps/details?id=com.vertile.fpv3d&hl=uk&gl=US work on this phone?

s2kaka commented 3 years ago

Yes, it work. I use rotg01 pro. Open app and try to open video on the left. Then app crash. Telemetry can’t load map too

RomanLut commented 3 years ago

Should be fixed (Android >9 requires Camera permission to access USB camera): https://github.com/RomanLut/android-taranis-smartport-telemetry/blob/master/app-debug.apk

ajjjjjjjj commented 2 years ago

Tested on android 11 with rotg01 pro, works ok. Are you planing publishing binary with recent changes?

pan-sattan commented 2 years ago

@RomanLut hi, I already tested your version... and its working well... but I cannot see rssi and rc channels values Screenshot_20220224-130435_Telemetry viewer

RomanLut commented 2 years ago

@pan-sattan, 8 first rc channels are available with INav+Mavlink only. RSSI is available with Frsky and Mavlink only. What telemetry protocol are you using?

pan-sattan commented 2 years ago

@RomanLut I am using betaflight, but the code for rssi and rc channels should be the same... and frsky s.port

pan-sattan commented 2 years ago

I tested the same with Inav and the same behavior

derFrickler commented 1 year ago

Hi There, i just wanted to test the UVC Receiver support, but i can't get it to work. tested on 3 different Anfroid devices with a ROTG01 Pro and a simmilar Skydroid receiver. Both devides work in other Apps like Go FPV or OTG Cam, but as soon as i open Telemetry Viewer with the device connected, it does not show an image and crashes after some seconds.

Any Hints? Would really like to get this working.

pan-sattan commented 1 year ago

Hi There, i just wanted to test the UVC Receiver support, but i can't get it to work. tested on 3 different Anfroid devices with a ROTG01 Pro and a simmilar Skydroid receiver. Both devides work in other Apps like Go FPV or OTG Cam, but as soon as i open Telemetry Viewer with the device connected, it does not show an image and crashes after some seconds.

Any Hints? Would really like to get this working.

same for me

RomanLut commented 1 year ago

Closing due to newer PR https://github.com/CrazyDude1994/android-taranis-smartport-telemetry/pull/154