Mahesh Joshi
Mahesh Joshi
Just do this. ``` formatLabel(secs) { if (secs === 86400) secs = 86360; var minutes = Math.floor(secs / 60); var hours = Math.floor(minutes / 60); minutes = minutes % 60;...
Streaming AR enabled camera stream using webRTC would be amazing. Any update of this feature. I think very important feature. Thanks in advance
> It looks like you're experiencing the same issue: [#3560](https://github.com/mrousavy/react-native-vision-camera/issues/3560) > > I ran into this as well while using react-native-vision-camera together with react-native-video. I was able to resolve it...
> > > It looks like you're experiencing the same issue: [#3560](https://github.com/mrousavy/react-native-vision-camera/issues/3560) > > > I ran into this as well while using react-native-vision-camera together with react-native-video. I was able...
> [@Zshubham](https://github.com/Zshubham) For me there was a conflict with react-native-video. if you have react-native-video somewhere in your project, try to use this version of it: `"react-native-video": "^6.8.2",` and also add...