We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,I have a problem. I want to start video decoding again when I remove all listener, There is no effect in mini2 but other aircraft could.
Remove: DJIVideoPreviewer.instance().unSetView() DJISDKManager.videoFeeder()?.remove(self) DJISDKManager.videoFeeder()?.primaryVideoFeed.removeAllListeners()
Start: DJIVideoPreviewer.instance().setView(self.fpv.view) DJISDKManager.videoFeeder()?.add(self) DJISDKManager.videoFeeder()?.primaryVideoFeed.add(self, with: nil) DJIVideoPreviewer.instance().start() DJIVideoPreviewer.instance()?.frameControlHandler = self;
The text was updated successfully, but these errors were encountered:
Does the object-C sample has this issue. Because when you quit the page, the listener would be removed.
Sorry, something went wrong.
No branches or pull requests
Hello,I have a problem.
I want to start video decoding again when I remove all listener, There is no effect in mini2 but other aircraft could.
Remove:
DJIVideoPreviewer.instance().unSetView()
DJISDKManager.videoFeeder()?.remove(self)
DJISDKManager.videoFeeder()?.primaryVideoFeed.removeAllListeners()
Start:
DJIVideoPreviewer.instance().setView(self.fpv.view)
DJISDKManager.videoFeeder()?.add(self)
DJISDKManager.videoFeeder()?.primaryVideoFeed.add(self, with: nil)
DJIVideoPreviewer.instance().start()
DJIVideoPreviewer.instance()?.frameControlHandler = self;
The text was updated successfully, but these errors were encountered: