compressed_vipc: set NV_LOW_LATENCY flag

pull/24572/head
George Hotz 3 years ago
parent c28735358e
commit 2a978e36ac
  1. 1
      tools/camerastream/compressed_vipc.py

@ -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

Loading…
Cancel
Save