Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataLogger APK needs security update #38

Open
GoogleCodeExporter opened this issue Oct 5, 2015 · 0 comments
Open

DataLogger APK needs security update #38

GoogleCodeExporter opened this issue Oct 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The demo com.cellbots.logger DataLogger

needs to be reviewed and updated, the camera api crashes and the write/zip is 
prevented by the 2.3 and 4 android security updates.

This is a good example and possibly the only functional sensor logger.

The initial setup needs to poll all available cameras (more than 2 possible) 
and option select their maximal resolution or framerate.

Logging needs an option to segment into directories or time stamped files with 
variable duration (10 second sensor data each directory or filename, images 
timestamped)

It is possible to record and snap both front and rear simultaneously on many 
devices, and fast throttle between front and rear cameras is possible (sans 
system delay) and alternation should be included in the settings.

Cameras must be set for INFINITE focus or the demo will be useless for use.

It is possible to use HEVC 265 to encode 8k sequential images from the cameras 
allowing maximal resolution regardless of frame rate. 

There are methods to force maximal frame rate recording, both in video stream 
and photo burst.

There are options to more accurately set the SAMPLE RATE which currently is too 
slow.

There is significantly more information available, a snapshot of all system 
status can be collected at certain interval or upon each fragment.

The host system's status should also be logged, cpu, temp, memory so that 
failures can be tracked.

A number of sensors are not included, namely the signals (phone, wifi, etc) and 
Audio/input when not using system mp4 video

Please contact gao.bensen@gmail.com gao.bensen so we can go over the best 
options for the demo.


Original issue reported on code.google.com by gao.ben...@gmail.com on 10 Jan 2014 at 12:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant