compressed_vipc: set NV_LOW_LATENCY flag

old-commit-hash: 2a978e36ac
taco
George Hotz 3 years ago
parent 622b4b9d9e
commit 126014765f
  1. 1
      tools/camerastream/compressed_vipc.py

@ -1,5 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os import os
os.environ["NV_LOW_LATENCY"] = "3" # both bLowLatency and CUVID_PKT_ENDOFPICTURE
import sys import sys
import argparse import argparse
import numpy as np import numpy as np

Loading…
Cancel
Save