Timestamp along with frames

can we get the timestamp of when the frame was recorded at the user end along with onRawDataFrameReceived function.or with some other function

What is a reference count in YUVRawDataI420

@chunsiong.zoom

@nandakishor2010608 , there is no native timestamp returned with the object, you can always add it by yourself.

the reference count is counter to make sure the object stays in memory. as long as it is no 0, it will not be garbage collected.