Submarine
잠수함 만들기
Start, Stop Shell
start shell #!/bin/bash echo echo '##### START Submarine #####' echo wpa_cli -i wlan0 ...
메인프로그램 SubMarine.py
SubMarine.py 메인 프로그램 from flask import Flask, render_template, send_from_directory, Response, ...
USB 카메라 프로그램 (Thread)
USB 카메라 프로그램 (Thread) import cv2 import threading import time import logging import os lo...
PI 카메라 프로그램 (Thread)
PI 카메라 프로그램 (Thread) # import the necessary packages from picamera.array import PiRGBArray fro...
메인 화면 index.html
메인 화면 index.html {% extends "base.html" %} {% block content %} <div class="container"> ...