main
This commit is contained in:
parent
6d65003c42
commit
5468642973
@ -197,6 +197,7 @@ public partial class MainWindow : Window
|
|||||||
bmp.UnlockBits(bmpData);
|
bmp.UnlockBits(bmpData);
|
||||||
return bgra;
|
return bgra;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task HumanPredictingAsync(long frameNumber, byte[] buffer)
|
private async Task HumanPredictingAsync(long frameNumber, byte[] buffer)
|
||||||
{
|
{
|
||||||
var humanResultTask = Task.Run(() => _humanPredictor.Predicting(buffer, frameNumber));
|
var humanResultTask = Task.Run(() => _humanPredictor.Predicting(buffer, frameNumber));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user