compressed_vipc: set NV_LOW_LATENCY flag

old-commit-hash: 2a978e36ac0159fa78861e9075f2685fca5b63fe
This commit is contained in:
George Hotz
2022-05-16 15:58:09 -07:00
parent 622b4b9d9e
commit 126014765f
+1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
import os
os.environ["NV_LOW_LATENCY"] = "3" # both bLowLatency and CUVID_PKT_ENDOFPICTURE
import sys
import argparse
import numpy as np