Skip to content
New issue

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

No Video Feed with different camera Image sizes #264

Closed
dshackelford opened this issue Jun 25, 2018 · 0 comments
Closed

No Video Feed with different camera Image sizes #264

dshackelford opened this issue Jun 25, 2018 · 0 comments

Comments

@dshackelford
Copy link

Running DJISDK 4.5.2 and 4.5.3.
Phantom 4 Pro 1.05.0600

Unable to get video feed when Camera's Image Size is selected at 3:2 in DJI GO4.

On other image sizes, 4:3 and 16:9, video feed works fine. Running on older DJISDK 4.5, I did not see this issue. This is the first time Image size has effected the video feed.

Code snippet:
UIView* feedView = [[UIView alloc] initWithFrame:CGRectMake(0,0250,150)];
[[VideoPreviewer instance] setView:feedView];
[[VideoPreviewer instance] start];
VideoPreviewerSDKAdapter* adapter = [VideoPreviewerSDKAdapter adapterWithDefaultSettings];
[adapter start];

Let me know if there is anymore information that you need.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant