- nvcr.io/nvidia/deepstream:6.0-devel
/opt/nvidia/deepstream/deepstream-6.0/sources/apps/sample_apps/deepstream-test5
- Ubuntu 20.04.3 LTS (amd64)
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
## | |
## @file opencv_csi-camera.py | |
## @brief Display the image captured by the CSI camera | |
## @author Keitetsu | |
## @date 2022/01/15 | |
## @copyright Copyright (c) 2022 Keitetsu | |
## @par License |
version: "3.9" | |
services: | |
postgres: | |
image: postgres:14.2-bullseye | |
hostname: postgres | |
container_name: postgres | |
restart: always | |
environment: | |
POSTGRES_USER: test |
/opt/nvidia/deepstream/deepstream-6.0/sources/apps/sample_apps/deepstream-test5
/** | |
* @file leds_blink_millis.ino | |
* @brief Blink LED | |
* @author Keitetsu | |
* @date 2021/12/01 | |
* @copyright Copyright (c) 2021 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |
/** | |
* @file arduino.ino | |
* @brief LED Controller | |
* @author Keitetsu | |
* @date 2021/10/13 | |
* @copyright Copyright (c) 2021 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |