ggslayer
ggslayer
Hi, I think..., To avoid different understanding to my reqirement, I want to make a description about the key points of my understanding. 1. Multiple animations can play concurrent. for...
After some careful thinking, I think I made a mistake in the implementation of speak before. speak is not simply to open mouth and shut up, but to map the...
Hi, I read your link about retargeting animation, and I didn't fully understand it, but I thought maybe it wasn't what I needed. I probably read the document of ue...
I see "Animation mixing per bone is already implemented", is that means "multi animations play concurrent with weight blend is ok" ?, I think I need two more features: 1....
Ok, I see.. I will try it later, thank you.
In my scene, the libx264 and libacc are used, do you know and can you tell me they are thread safe? thank you @saudet
It's different, in my test case, when I set rw_timeout to 5000000, It works with record method. (I disconnect the network when streaming), In this case, I call recorder's start...
I can't find any other timeout option which can control the avio_open2, I see your example, should I must give a callback implement?
/** * grabber.getFormatContext() is null before grabber.start(). * * But if network is disabled grabber.start() will never return. * * That's why interrupt_callback not suitable for "network disabled * case"....
Same question, with exported onnx model, how to call set_classes for the model before infer ?