Can we customise the Capacitor community camera preview plugin ?
Hey everyone! Thanks in advance. I am using Capacitor community camera preview. I have modified the code of swift for my required work. So here is my question that can I implement the wide angle camera here in ios and also in android java in the below mentioned plugin if possible then please how to code ?. As like that we start and stop the camera, the same button and that use wide angle if device is supported. Anyone will be highly appreciated .
I edited native code and created some more calls to check if device support tripleCamera in ios. it worked fine and just changed the camera from wideAngleCamera to tripleCamera in swift thats work for me