From f61285e6ebda7721a539f27c42ec9ca28fcfff6e Mon Sep 17 00:00:00 2001
From: Isha vyas <72408461+Ishavyas9@users.noreply.github.com>
Date: Tue, 10 Jun 2025 12:53:33 +0530
Subject: [PATCH] Revert "New doc: Camera Image Injection (VD)"
---
.../camera-image-injection-virtual-devices.md | 197 ------------------
sidebars.js | 1 -
2 files changed, 198 deletions(-)
delete mode 100644 docs/camera-image-injection-virtual-devices.md
diff --git a/docs/camera-image-injection-virtual-devices.md b/docs/camera-image-injection-virtual-devices.md
deleted file mode 100644
index e696913a8..000000000
--- a/docs/camera-image-injection-virtual-devices.md
+++ /dev/null
@@ -1,197 +0,0 @@
----
-id: camera-image-injection-vd
-title: Camera Image Injection Testing on Virtual Devices
-sidebar_label: Camera Image Injection (Virtual Devices)
-description: Learn how to automate camera injection testing on a virtual device cloud using LambdaTest.
-keywords:
- - test image capture on virtual devices
- - qr code scanner testing
- - barcode scanning on virtual device cloud
- - lambdaTest virtual device testing
- - mobile app testing qr code
- - lambdatest capture code
- - simulate camera features online
-url: https://www.lambdatest.com/support/docs/camera-image-injection-on-virtual-devices/
-site_name: LambdaTest
-slug: camera-image-injection-on-virtual-devices/
----
-
-import CodeBlock from '@theme/CodeBlock';
-import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
-
-import Tabs from '@theme/Tabs';
-import TabItem from '@theme/TabItem';
-
-
----
-The camera image injection feature on LambdaTest lets you test key camera-based functionalities such as image capture, QR code scanning, and barcode scanning across a wide range of Android emulators using Appium framework.
-
-## How It Works?
----
-
-LambdaTest uses sensor instrumentation to integrate with native mobile sensors. When the image injection feature is enabled during a test session, LambdaTest injects a custom camera module into the mobile app using this sensor instrumentation. This module simulates the behavior of the camera by overriding the Android SDK, allowing you to validate how your mobile app handles camera input.
-
-### Key Features
----
-
-- Works across various Android emulators.
-- Enables testing of image capture, barcode, and QR code scanning.
-- Integrates smoothly into standard app testing workflows.
-
-## Supported Camera APIs
----
-
-Below given is the list of camera APIs which are supported for image injection feature. Please ensure that your mobile app uses these APIs only to enable image injection.
-
-
📕 For details, please check [CameraX documentation](https://developer.android.com/training/camerax). |
- | `Camera` API is used.
📕 For details, please check [Camera documentation](https://developer.android.com/training/camera-deprecated).|
- | `Camera2` API is used.
📕 For details, please check [Camera2 documentation](https://developer.android.com/training/camera2).|
- | `ACTION_IMAGE_CAPTURE` is standard intent action that can be sent to have the camera application capture an image and return it.
📕 For details, please check [MediaStore documentation](https://developer.android.com/reference/android/provider/MediaStore).|
-