1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Raspberry-Py ロボットカー製作Go学習

Last updated at Posted at 2022-08-05

2020 64歳の誕生日にスキルアップ電子工作始ました

image.png

メーカーサイト資料

Visit our online store to purchase this product ☛ http://freenove.com/store
Download tutorial and code for this kit ☛ http://freenove.com/fnk0043

Go学習も進めながらAIも進めました 

image.png

モニター、Webカメラ、スピーカー追加しました

image.png
image.png

Raspberry-Py Python PyQT5で Gui制御ソース付きです、Qtの学習に良い教材でした。

image.png

#!/usr/bin/python 
# -*- coding: utf-8 -*-
import numpy as np
import cv2
import socket
import os
import io
import time
import imghdr
import sys
from threading import Timer
from threading import Thread
from PIL import Image
from Command import COMMAND as cmd
from Thread import *
from Client2_Ui import Ui_Client
from Video import *
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *

アプリでも動きました

https://play.google.com/store/apps/details?id=com.freenove.suhayl.Freenove
image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?