History log of /device/generic/goldfish/camera/EmulatedCameraFactory.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5cf01e9d019fe505f6d9b104458afbca6c8685a8 16-Jan-2018 bohu <bohu@google.com> camera: enable rotating camera

when qemu.camera.fake.rotating=1 on the kernel command line
i.e.,

emulator -qemu -append "qemu.camera.fake.rotating=1"

Test: manual

Change-Id: I8ccd5e59f745d894a350e94b98f1acdec4589bb3
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
48aa7e0f1cc18eb96d39686e9545052658dbff9f 09-Dec-2017 huans <huans@google.com> Choose HAL3 as default Camera HAL.

Test: Manual
Change-Id: I06ea34e60ed17d3a75bd442c7c4a702e98040e29
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
a7b64af5dde61c5a87c52b8681dff75629bb3783 15-Nov-2017 huans <huans@google.com> Enable QemuCamera taking picture; Smaller thumbnail per CTS requests

Bug: 69320847
Test: run camera app, take pictures.

Change-Id: I8716fa6bec0cbfa022c8cc44501d9b35f198cbb5
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
e23f777357c632951b97e0611b3a4cc12060c577 25-Jul-2017 Logan Weber <dooblad@google.com> Adds emulated QEMU camera for HAL3.

Only enables preview frames to be captured.

Also refactors EmulatedCameraFactory and makes its style more consistent
with newer source files.

Test: TestingCamera2.1 app
Bug: 64128022
Change-Id: Ife5c70d2ef065c9c9397f28ccefc0ca40e3afa23
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
903ac4ab50b24d7d32a759d8bb4904e75a730869 29-Jan-2018 Huan Song <huans@google.com> Revert "Adds emulated QEMU camera for HAL3."

This reverts commit 8cc4b8048f409bcf359ebd36b79a3202b7b9aac8.

Change-Id: I34e00d3b2884612d0ab63f9ed031cfee8dc92e89
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
8cc4b8048f409bcf359ebd36b79a3202b7b9aac8 25-Jul-2017 Logan Weber <dooblad@google.com> Adds emulated QEMU camera for HAL3.

Only enables preview frames to be captured.

Also refactors EmulatedCameraFactory and makes its style more consistent
with newer source files.

Test: TestingCamera2.1 app
Bug: 64128022
Change-Id: I0c06d86c8a4a1a30baf4a2fe1a30016cb4523523
(cherry picked from commit 4b45faf997da8067faced274919a0a2dc8f6e5d7)
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
694afc60804afb576e7c4f6dcbf9e04fd42b178e 10-Aug-2016 bohu <bohu@google.com> Emulator: wait for qemu-props to finish

Emulator camera module checks the qemu.sf.fake_camera property
to decide how to setup emulated cameras. If qemu-props has not
set it up yet, there will be no emulated cameras and any later
usage of emulated camera will fail.

Bug: 30768229
Test: ran camera CTS tests
Change-Id: Idb2bebd5ca3737aa416fc3094ecf15c1132ed989
(cherry picked from commit 144ee8937774ba95e9b80882b37f9f5310d498cd)
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
3d1bfd57c186daca1e06c362b0ba09729ddee88f 13-Mar-2016 Brian Carlstrom <bdc@google.com> device/generic/goldfish/camera: Make Thread::run threadName argument required

Bug: 27557176
Change-Id: If15d0574a53a7d48ac87d6d0865a43f3cc6debbc
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
79f8dcdb2da221f2e6992f53a83c36b95332fc2e 14-Jul-2015 Eino-Ville Talvala <etalvala@google.com> Camera: Update emulator camera v3 HAL to v3.3, module to v2.3

Many updates to meet requirements of v3.3, including quite a few
of metadata updates.

Not all features promised by the metadata are actually wired up,
though.

Also adds initial support for capability selection based on system
properties, though the selection isn't reflected in behavior
outside the capability field for the most part.

Sufficient to make the AOSP camera app run (and even record video),
but not sufficient to pass all the CTS tests yet.

Bug: 20537722

Change-Id: I0776fe361492402189569b7ab5c2f37b6900ffc5
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
2de81ad1fbadb0b2dd26830f6bb97c19c783969f 12-Mar-2013 Eino-Ville Talvala <etalvala@google.com> Bare-bones emulated fake camera for HAL version 3

- Uses same backend as HAL version 2 fake camera.
- No fake 3A yet
- No reprocessing support
- No JPEG support

Change-Id: I9b55b05fbeac9d42340eb988021e65491d13a2f9
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
4dc85efabf08b5b700a6ec0c9b435b40334e72c4 20-Mar-2013 Igor Murashkin <iam@google.com> Camera: Hotplug support as if it was sysfs

Like sysfs, echo 1 or 0 into /data/misc/media/emulator.camera.hotplug.#
where # is the camera ID. This will toggle plugged/not plugged in state

Change-Id: I3bcc770e036648e53458b1f72080bd24fdab206b
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp
8a94683196406b83b14218d1beef66067f126a16 08-Mar-2013 keunyoung <keunyoung@google.com> migrate opengl and system from development/tools

- components under system are moved one directory up like all other HALs

Change-Id: I03b870b870d83b247ac398cadfb155f03c9adfa0
/device/generic/goldfish/camera/EmulatedCameraFactory.cpp