teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.45k stars 585 forks source link

Overlay on Camera Screen (10.0) #415

Open marvinPlasmatic opened 3 years ago

marvinPlasmatic commented 3 years ago

Issue Description

Overlay on Camera Screen

My company wants to add overlay of different shapes (Square, rectangles, ellipses) as a guiding for the user. We implemented it on the camera kit however as of version 10.0, we're having issues with the flash on it and Camera Screen the flash is working.

Is it possible to add a custom overlay to the Camera Screen on the camera area only? This would be a hot fix for us, since we will update the camera module on the next binary update.


Environment

DibyajyotiMishra commented 2 years ago

You can use some additional third party libraries for the same. For example: react-native-hole-view. Find the docs here.

bharatvarmagit commented 1 year ago

Issue Description

Overlay on Camera Screen

My company wants to add overlay of different shapes (Square, rectangles, ellipses) as a guiding for the user. We implemented it on the camera kit however as of version 10.0, we're having issues with the flash on it and Camera Screen the flash is working.

Is it possible to add a custom overlay to the Camera Screen on the camera area only? This would be a hot fix for us, since we will update the camera module on the next binary update.

Environment

  • React Native version: 0.63
  • Platform(s) (iOS, Android, or both?): BOTH
  • Device info (Simulator/Device? OS version? Debug/Release?): Samsung Galaxy 9, iPhone X

have you found any solution for this ?