-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Taking a picture with the model. #585
Comments
I don’t know if this might help you, but here’s how I implemented the screenshot capture for my AR view (which properly displays the models) :
My full use of SceneView can be found here: |
Here you go fun getCurrentFrameAsBitmap(frame: Frame): Bitmap? {
} fun Bitmap.rotate(value: Float = 90F) : Bitmap { |
You can get the image using the below code.
|
Hey team at sceneview.
Thanks for the good work with the library specially in compose it works very nice and super easy to implement.
I want to ask not sure exactly if someone had this issue in the past, but if it is possible to get the current frame image but with the model, I know about the acquire camera image function present in Frame class. But at the current state there is any function possible to do this? If not did someone implement some solution that makes this possible?
Thanks in advance, looking forward to see the future of the library and ready to help at the some point.
Kind regards.
PC
The text was updated successfully, but these errors were encountered: