Save image from Camera using Opencv Example

前端 未结 1 1450
野性不改
野性不改 2021-01-16 09:13

I have used this code from the IOS examples. And tried to save the images from camera. The issue is that the image is getting saved but with a blue tint as below.

<

相关标签:
1条回答
  • 2021-01-16 09:57

    In a given image order of channels is reversed, ie instead from opencv default representation BGR the image has the representation RGB, namely channel red and blue are swapped.

    0 讨论(0)
提交回复
热议问题