Darren Bruning

Results 21 comments of Darren Bruning

Understood. I need it to be just an alternative depthengine_2_0.dll, and I'm OK with the CUDA dependency. If you're interested in a contract to create that, please get in touch...

If you were in the build directory, go back up to the root openh264 directory, then run "make gmp-bootstrap"

> dos2unix codec/common/generate_version.sh That will fix the issue with the unexpected end of file. Then, if you still have the gmp-api error, you'll need to go back up one directory...

[dotnet/runtime/issues/56135](https://github.com/dotnet/runtime/issues/56135) is discussing mechanisms to allow an app to request that the runtime take core dumps if the app crashes. That might be another alternative mechanism to create the dump,...

I think all of those 3 options would require a separate process to be spawned & asked to monitor the process ID of the main app's process. I don't think...

This would be amazing. Could we update from a Windows host, over the network, in this case? I note that [SDK v1.10.22](https://github.com/orbbec/OrbbecSDK/releases/tag/v1.10.22) says: "Fixed crash issue during network-based firmware update...

That makes sense, thanks for the info. I might be able to help with a PR but I need to understand a bit more architecturally first. Why does this package...

I found [this document](https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/botr/xplat-minidump-generation.md) suggesting that it should be possible to have the runtime create a minidump if the app crashes, by setting an environment variable. I tried that for...

I'm not familiar with WER yet either. I'm trying to register my app to work with it, it's not exactly straightforward. I don't think the *device* needs to be opted-in;...

Thankyou. Let me explain a bit more about why it's important. Our app uses 3 x Femto Mega cameras, and the processing done by the app means that we have...