i want to create an app which will installed on my device, using this app i will operate camera of other device which will be connected to my device using LAN or blutooth.
is it possible using react native?
if Possible than
How can we connect master device to child device over the LAN to perform all camera action i.e take picture, Zoom In, Zoom Out, save picture to shared folder using react native.?
is there any react native API, npm packages available to connect to another device and perform native operation on it specifically controlling camera??
Comments
Post a Comment