Skip to content

Issue with clipped textures #2

@theoknock

Description

@theoknock

The output texture is clipped around the edges as compared to the image displayed in the Camera app). To display a texture showing the entire image captured by the camera:

drawableSize.width *= ((float)_textureY.width / (float)_textureY.height); //self.view.contentScaleFactor;
drawableSize.height *= ((float)_textureY.width / (float)_textureY.height); //self.view.contentScaleFactor;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions