compressed_vipc: set NV_LOW_LATENCY flag

This commit is contained in:
George Hotz
2022-05-16 15:58:09 -07:00
parent c28735358e
commit 2a978e36ac
+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