Shay Lavi
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
Posts
Recent activity by Shay Lavi-
Two rtmp live streams at the same time
CompletedIs it possible to create 2 live streams for 2 video sources? (M30T)
-
Problem with YUV listener
CompletedWhen I init a new YUV listener (decoder in YUV output mode) I get only 5-10 onRecive per second and my surface windows are laggy and starting to switch to diffrent camera lenses randomly.What could...
-
Gimbal deviation over Yaw axis
CompletedHelloI have noticed that when I am looking froward (bearing 0) the horizon is in the center of the screen as it should be. but when I am looking at bearing +90 the horizon drops below the center of...
-
Aspect ratio in livestream is 16:9 instead of 4:3
CompletedHelloThe stream I get from my app is 1088*720 (aspect ratio of 16:9)I need to broadcast the stream as 960*720 (aspect ratio of 4:3 like the sensor of the M30)How can I do that?
-
Livestream Resolution
CompletedI have the M30TThe zoom lens aspect ration is 4:3 but in my livestream I get a video of 1088x720.How do I set the livestream resolution?
-
KeyCameraZoomFocalLength returns weird values
CompletedIm using M30Tthe value range of KeyCameraZoomFocalLength is from 48-4800 (I don't know the unit)In the M30T specs it says - Focal length: 21-75 mm (equivalent: 113-405 mm)which is no where near the...
-
Getting altitude above sea level
CompletedHello I’m trying to get the altitude above sea level of the drone. When I am getting KeyTakeoffLicationAltitude I get a value that is not near to what is displayed on the app. Example - app says ...
-
Getting more precise gimbal data
CompletedHello Is there a way to get more precise gimbal data than the one in attitude? This one only has one decimal point. Thanks
-
Live Stream not working for me - even after "Live Stream started successfully"
Completedpublic void startVideoStream() { ILiveStreamManager liveStreamManager = LiveStreamManager.getInstance(); RtmpSettings rtmpSettings = new RtmpSettings.Builder() .setUrl("rtmp://My-I...
-
Getting Gimbal Data
CompletedI'm trying to get the gimbal data using MSDK.I used the following example: KeyManager.getInstance.listen(KeyTools.createKey(GimbalKey.KeyConnection,componentIndexType),this,callback) But for some r...