Configure client your_client.ovpn
file,
# redirect all default traffic via the VPN
redirect-gateway def1
# hack tensorflow.compat.v2 imported module name as tensorflow | |
# first | |
import sys | |
import importlib.util | |
name = "tensorflow.compat.v2" | |
spec = importlib.util.find_spec(name) | |
if spec is None: | |
print(f"can't find the {name} module") | |
else: |
NVIDIA Jetson Linux Developer Guide!comprehensive and useful resources
#!/usr/bin/python3 | |
#-*- coding: utf-8 -*- | |
import logging | |
import timeit | |
import traceback | |
import time | |
import gi | |
gi.require_version('Gst', '1.0') |
kernel: LT4 Release xx
omxh264enc -> nvv4l2h264enc
GStreamer User Guide for Jetson
# test your camera