c# - Kinect v2 Save/Load MultiSourceFrames -


i know if there way save multisourceframes disk in such way can load them use later.

the reason because have far processing on each frame reasonably perform live. have no need process frames in real time so, find way save number of frames disk (or memory?) , perform processing afterwards.

so far, have tried storing these in list<multisourceframe> but, each frame, find can't acquire colourframe component (for example), presumably because whole object structure not saved.

potential solution idea?

i know kinect studio able save .xed files need able code. moreover, don't know whether can turn .xed file collection of multisourceframes.

i'd grateful if can me out problem! promise upvote/accept helpful answers!

you can't save multisourceframe object. instead, should extract (raw) data need frames , save that.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -