Shay Lavi
- 活动总数 30
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 10
帖子
Shay Lavi 最近的活动-
Two rtmp live streams at the same time
已完成Is it possible to create 2 live streams for 2 video sources? (M30T)
-
Problem with YUV listener
已完成When 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
已完成HelloI 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
已完成HelloThe 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
已完成I 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
已完成Im 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
已完成Hello 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
已完成Hello 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"
已完成public void startVideoStream() { ILiveStreamManager liveStreamManager = LiveStreamManager.getInstance(); RtmpSettings rtmpSettings = new RtmpSettings.Builder() .setUrl("rtmp://My-I...
-
Getting Gimbal Data
已完成I'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...