ios - ARKit: What does the ARFrame.timestamp represent? -


in arkit, arframe.timestamp timeinterval values such

185726.884258291 185726.91759425 185726.950930291 ... 

i'd unix timestamp these values, don't familiar. these numbers represent?

these numbers represent uptime @ moment frame has been captured, see calling

nstimeinterval systemuptime = [[nsprocessinfo processinfo] systemuptime];  

methods , thoughts converting unix timestamp.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -