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

GyroInfo[] return zero value. #51

Open
Adarsh1993 opened this issue Jul 7, 2023 · 1 comment
Open

GyroInfo[] return zero value. #51

Adarsh1993 opened this issue Jul 7, 2023 · 1 comment

Comments

@Adarsh1993
Copy link

hello , I am making a timelapse video , when i has stop then time lapse then I get WorkWrapper url on that bases i get GyroInfo[] but it return zero.

Below is my code. Let me know

public void onCaptureFinish(String[] strings) {
Toast.makeText(Sensor.this, "Please Wait", Toast.LENGTH_LONG).show();
WorkWrapper mWorkWrapper = new WorkWrapper(strings[0]);
}

for (GyroInfo gyroInfo : mWorkWrapper.getGyroInfo()) {
}

thanks.

@edimasmic
Copy link

I also used time lapse to consume its gyroscope data but as it works it seems that it can only be taken from videos

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

2 participants