XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

[Bug] [CameraView] [Android] XCT Sample CameraView Page not showing the snapped picture correctly

Open GUOLDEV opened this issue 3 years ago • 3 comments
trafficstars

Description

XCT Sample CameraView Page not showing the snapped picture correctly

image

Stack Trace

Link to Reproduction Sample

Steps to Reproduce

  1. Open CameraView
  2. Turn on Flash
  3. Tap SNAP PICTURE, the flash works

Expected Behavior

The Picture should fit the frame

Actual Behavior

The Picture is overlapping other frames

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Workaround

Reproduction imagery

GUOLDEV avatar May 19 '22 07:05 GUOLDEV

For some reason they refuse to fix this

brettnguyen avatar May 20 '22 03:05 brettnguyen

@brettnguyen I think it is because it needs proper implementation to rotate the image data, not rotate the Image control as it is doing now.

GUOLDEV avatar May 20 '22 03:05 GUOLDEV

@brettnguyen I think it is because it needs proper implementation to rotate the image data, not rotate the Image control as it is doing now.

@GUOLDEV A bitmap will fix the images but as far as everything I tried I couldn't fix the videos because the recording videos preview would come in rotated as well

brettnguyen avatar May 20 '22 04:05 brettnguyen