URL Schemes for WyzeCam app?

Are there any usable URL Schemes for the WyzeCam app for iOS or Android?

For example, a URL scheme that would open the WyzeCam app to a specific camera live feed?

Thanks for any insight you can offer.

1 Like

I’ve yet to figure out how to launch the app to a specific camera but I can launch the app itself. I have a wall mounted tablet (android) that uses FullyKiosk and ActionTiles for some home automation stuff One of the options in ActionTiles (Shortcut) allows you to specify a URL. The URL that works for me is:

intent:#Intent;launchFlags=0x10000000;component=com.hualai/.home.StartActivity;end

1 Like

exactly what I am looking for. It would be Perfect to Enable / disable motion detection by script (and iOS shortcut) !!!

Did you ever manage to find an intent to launch directly into a specific camera?