DUXFPVView not show video feed
CompletedThis is my code:
lazy var fpvView: DUXFPVView = {
let fpvView = DUXFPVView()
fpvView.alwaysShowDJICameraVideoFeed = true
fpvView.showCameraDisplayName = true
fpvView.showCameraSide = true
fpvView.startChecking()
return fpvView
}()
In loadView()
view.addSubview(fpvView)
fpvView.snp.makeConstraints {
$0.top.left.bottom.right.equalToSuperview()
}
-
What is your aircraft? What happens if you are using iOS UXSDK Sample? Link:https://github.com/dji-sdk/Mobile-UXSDK-iOS
Please sign in to leave a comment.
Comments
1 comment