sysnetlab / SensorDataCollector

Android sensor data collector that collects sensor or pseudo-sensor data.
GNU General Public License v3.0
5 stars 2 forks source link

add support for camera sensors #1

Open graychan opened 10 years ago

graychan commented 10 years ago

Cameras are image sensors. Android does not treat cameras as sensors, i.e., Android.Hardware.Sensor

(1) Creating CameraSensor by extending VirtualSensor (2) A phone may have two or more cameras. The tool should collect all image data from all cameras. The challenge is that vendors of the phone may construct each camera as an individual hardware camera. The tool should provide an interface to give users options to control, (a) in what format images are captured, videos or still images, (b) what cameras are used to capture images, front, back, or both, (c) and whether images are captured concurrently or interleavedly from multiple cameras

SagarPandit01 commented 7 years ago

This issue was moved to sysnetlab/SenSee#25