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

[FREQ] Make live image view on camera screen is same as actual output image #76

Open
tiendq opened this issue Dec 17, 2024 · 0 comments

Comments

@tiendq
Copy link

tiendq commented Dec 17, 2024

Context

I want to capture 4:3 scale image and I use below code, captured image is exact what I wanted (4:3) but camera screen (MCameraScreen) always shows live image in full screen mode (which is 16:9 scale on my iPhone 11, I guess).

For short, I want it works same as built-in Camera app, (live) camera screen shows exact image in chosen scale (4:3 or 16:9).

MCamera()
        .setCameraOutputType(.photo)
        .setResolution(.photo)
        .startSession()

Alternatives

No.

If the feature request is approved, would you be willing to submit a PR?

No (it's out of my capability :) ).

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