Open GerardArmstrong opened 6 months ago
For some more context, this is the error I get when running the docker compose command:
_failed to solve: process "/bin/bash -c echo \"no\" | avdmanager --verbose create avd --force --name \"${EMULATOR_NAME}\" --device \"${EMULATOR_DEVICE}\" --package \"${EMULATORPACKAGE}\"" did not complete successfully: failed to create endpoint ... on network bridge: failed to add the host (...) <=> sandbox (...) pair interfaces: operation not supported
Hello,
I think this project is a great idea, though I am not an expert in these sorts of things so I'm not sure how I am supposed to be running it and running into some errors.
My understanding is that cryze-android-service should be running on an android device with the Wyze app, which then grabs the frames and send them to the cryze-server such that you can pick it up as an RTSP stream.
With the android service, I have tried using Android Studio with wireless debugging to put the android service on my phone, however when the app loads I get a grey screen that says
Hello Version: 3328. Status 0!
Previous to that I tried running the Docker container per the instructions but it complains that the emulator package is not installed. This was on Arch Linux rather than Ubuntu, though if I understand Docker at all that shouldn't be the reason for it not working.
I can provide more details on the errors if this isn't enough, though I guess perhaps I was just hoping if the app is in any sort of state of readiness, might you add some more details to the installation process?
Thanks.