Zhi
Zhi
I just downloaded the latest version of Psi and trying out the Azure Kinect Component. On my Ubuntu machine, it refused to build and throwing the following error. I built...
I have a 2 hour length, 426 GB PsiStore. As part of my post study process, I wanted to remove a stream and save the store in another location for...
I'm been trying to see if remoting would help with a problem I'm facing. I found when the application with `RemoteImporter` fails and the application restarts, it automatically reconnects with...
During the repair operation of a PsiStore, if the hard drive run out of space, the whole PsiStudio crashes. It will be nice if there is some indication of error...
I'm trying to concatenate two PsiStores that were first split in half using PsiStoreTools's crop functionality. When I ran the concatenation, the application didn't work. The first error: ``` System.ArgumentException...
I just found out that the AzureKinect team released a new version of their body tracking API (v1.1). They mention in their [changelog](https://docs.microsoft.com/en-us/azure/kinect-dk/body-sdk-download) that they won't be releasing a NuGet...
I have a program that reads a PsiStore and does calculation on it. The program is pretty slow and end up taking way longer (~180 seconds) than the actual PsiStore...
There currently isn't any indication for when I open a broken PsiStore in code. For example, if the store that I open below is broken, the code will just execute...
When I try to open a PsiStore collected in a different framework (.NET Core) in a .NET framework program a serialization error is thrown: ``` System.Runtime.Serialization.SerializationException HResult=0x8013150C Message=The schema System.Collections.Generic.Dictionary`2[[System.String,...
This might be related to #74. I have a PsiStore recorded on Windows/.NET Framework and wanted to reply it on a Linux/.NET Core. Currently it only have one stream of...