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

Settings documentation #49

Open
camhart opened this issue Jul 5, 2023 · 0 comments
Open

Settings documentation #49

camhart opened this issue Jul 5, 2023 · 0 comments

Comments

@camhart
Copy link

camhart commented Jul 5, 2023

I need to set all settings to default/auto for normal record. What are the settings I need to set in order to accomplish that? So far I have this:

InstaCameraManager i = InstaCameraManager.getInstance();
i.setExposureMode(InstaCameraManager.FUNCTION_MODE_RECORD_NORMAL, InstaCameraManager.EXPOSURE_MODE_AUTO);
i.setGammaModeToCamera(InstaCameraManager.FUNCTION_MODE_RECORD_NORMAL, InstaCameraManager.GAMMA_MODE_VIVID);
i.setShutterMode(InstaCameraManager.FUNCTION_MODE_RECORD_NORMAL, InstaCameraManager.SHUTTER_MODE_SPORT);
i.setWhiteBalance(InstaCameraManager.FUNCTION_MODE_RECORD_NORMAL, InstaCameraManager.WHITE_BALANCE_AUTO);

Also, is it possible to know what resolutions the camera supports?

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