diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e3362cf --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,32 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Attach by Process ID", + "processId": "${command:PickProcess}", + "request": "attach", + "skipFiles": [ + "/**" + ], + "type": "node" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + virtual camera + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/VCamera-codespace-stunning-fortnight-r4w65v4wxqrqfw7p7.zip b/VCamera-codespace-stunning-fortnight-r4w65v4wxqrqfw7p7.zip new file mode 100644 index 0000000..d1237d7 Binary files /dev/null and b/VCamera-codespace-stunning-fortnight-r4w65v4wxqrqfw7p7.zip differ diff --git a/VCamera-main (4).zip b/VCamera-main (4).zip new file mode 100644 index 0000000..2e890e6 Binary files /dev/null and b/VCamera-main (4).zip differ diff --git a/check_env_demo (2).apk b/check_env_demo (2).apk new file mode 100644 index 0000000..a89f996 Binary files /dev/null and b/check_env_demo (2).apk differ diff --git a/settings.gradle b/settings.gradle index 69069c0..66b1643 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,3 +2,4 @@ include ':app' include ':opensdk' rootProject.name = "VCamera" +lunch \ No newline at end of file