Is it possible to simultaneously record video and accelerometer data on an android?
In addition, I need data from the accelerometer about 24 values ββ/ sec. After that, both the video and the data will be synchronized.
yes ... very possible .. I made such a program ... just register your sensors ... and take values ββin the handler for every milliseconds. you can attach a timestamp to the data of your video and sensor ... so that you know which sensor data matches the timing of the movie.
Source: https://habr.com/ru/post/1397101/More articles:Corporate library does not find source code files in asp.net application - .netGet a pointer to an object points to - c ++C # Equating URI - c #Does Common Lisp Object System (CLOS) support duck printing? - lispAn ASP.NET page should not post back the entire page in Submit - c #Can methods have methods in Python? - pythonAdding and iterating through QList - c ++Setting ctypes.Structure defaults - pythoniOS faceetection works differently in simulator and device - iosinstall_name_tool when running virtualenv on Mac OSX Lion (with Xcode) - pythonAll Articles