Skip to content

Annoying Crash-Reports #110

Answered by RGregat
RGregat asked this question in Q&A
Jul 1, 2021 · 6 comments · 13 replies
Discussion options

You must be logged in to vote

I guess I havn't found my main issue, but at least I found something.

In ArSceneView::onBeginFrame the function cameraStream.initializeTexture(currentFrame); is called twice.

This is the function body

public void initializeTexture(Frame frame) {
        if (isTextureInitialized()) {
            return;
        }

        // External Camera Texture

        Camera arCamera = frame.getCamera();
        CameraIntrinsics intrinsics = arCamera.getTextureIntrinsics();
        int[] dimensions = intrinsics.getImageDimensions();

        cameraTexture = new ExternalTexture(
                cameraTextureId,
                dimensions[0],
                dimensions[1]);

        if (depthOcclusionMode

Replies: 6 comments 13 replies

Comment options

You must be logged in to vote
7 replies
@RGregat
Comment options

RGregat Jul 2, 2021
Maintainer Author

@ThomasGorisse
Comment options

@RGregat
Comment options

RGregat Jul 2, 2021
Maintainer Author

@ThomasGorisse
Comment options

@RGregat
Comment options

RGregat Jul 2, 2021
Maintainer Author

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RGregat
Comment options

RGregat Jul 2, 2021
Maintainer Author

Comment options

You must be logged in to vote
4 replies
@RGregat
Comment options

RGregat Jul 2, 2021
Maintainer Author

@ThomasGorisse
Comment options

@RGregat
Comment options

RGregat Jul 2, 2021
Maintainer Author

@ThomasGorisse
Comment options

Comment options

RGregat
Jul 5, 2021
Maintainer Author

You must be logged in to vote
0 replies
Comment options

RGregat
Aug 17, 2021
Maintainer Author

You must be logged in to vote
1 reply
@RGregat
Comment options

RGregat Aug 19, 2021
Maintainer Author

Answer selected by RGregat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working help wanted Extra attention is needed
2 participants