riccardo-lomazzi / camera_macos

Flutter stub plugin for camera implementation for macOS
MIT License
11 stars 9 forks source link

support mirror flip camera #10

Closed gsmlg closed 1 week ago

gsmlg commented 3 months ago

Could you support mirror flip camera?

Knightro63 commented 2 months ago

Hi @gsmlg,

Can you use TransformScale to view the image/video flipped or does it need to be done for saving the image/video?

Let me know.

Thanks

gsmlg commented 2 months ago

Hi @gsmlg,

Can you use TransformScale to view the image/video flipped or does it need to be done for saving the image/video?

Let me know.

Thanks

@Knightro63

Hi there,

Use TransformScale does not works well on this.

Make the video output not mirror-flip is useful when use a capture card.

This featurehas been implemented in https://github.com/gsmlg-dev/camera_macos/commit/261dce200e0e05fd8c805504d5455e840c3f1ab0

Knightro63 commented 2 months ago

Hi @gsmlg,

If you do a pull request I am sure @riccardo-lomazzi will probably accept it.

Thanks for updating this package any new feature always helps.

gsmlg commented 2 months ago

Hi @gsmlg,

If you do a pull request I am sure @riccardo-lomazzi will probably accept it.

Thanks for updating this package any new feature always helps.

Hi @Knightro63

Add pull request https://github.com/riccardo-lomazzi/camera_macos/pull/11