Hemant Mayatra
Hemant Mayatra
  • 11
  • 32 601
HINDI, Image Processing, color basics
This is video tutorial for image processing series. This video shows how color matrix is generated. And details of image digitalisation.
มุมมอง: 4

วีดีโอ

Python GUI, Fruit detection, Load cell, Arduino initial settings for
มุมมอง 286 หลายเดือนก่อน
This video is initial setup of Python GUI to connect with Arduino and WebCam.
Python GUI, Arduino, Load Cell, Fruit identification and weight measurement
มุมมอง 436 หลายเดือนก่อน
In this project GUI is developed in python. The python application runs and interfaces with webcam. The webcam captures image and continuously checks for fruit detection. Fruit detection done by Neural Network based trained model. When fruit is identified it sends command Arduino which interfaces with Load cell to measure weight and display on GUI.
working of electronic lock
มุมมอง 4106 หลายเดือนก่อน
This video demonstrates working of electronic lock
Serial Port (RS232) interfacing in Matlab, English
มุมมอง 2.8K4 ปีที่แล้ว
The video shows the demo of how PC/Laptop serial port can be used for interfacing with external hardware. It uses Matlab for creating demo function. A GUI created which has 4 buttons to send data. Receiver side a hardware is imagined which receives the data send by Matlab GUI (PC) and according to it performs actions programmed in hardware. Software used: Virtual Serial Port Emulator: www.eterl...
Serial Port (RS232) interfacing in Matlab, Hindi
มุมมอง 2974 ปีที่แล้ว
The video shows the demo of how PC/Laptop serial port can be used for interfacing with external hardware. It uses Matlab for creating demo function. A GUI created which has 4 buttons to send data. Receiver side a hardware is imagined which receives the data send by Matlab GUI (PC) and according to performs actions programmed in hardware. Software used: Virtual Serial Port Emulator: www.eterlogi...
Quartus Change pin values in vector waveform files
มุมมอง 4914 ปีที่แล้ว
This video shows the procedure how we can change the input pins values and run the simulation in quartus
Quartus, How to load, burn vhdl code on Educational Boards (DE1 Board)
มุมมอง 2.4K4 ปีที่แล้ว
A vhdl code is made which displays the character on 7 segment display of DE1 Board. Quartus web edition(free license) is used for development. This is educational video for educational use only to show you the procedure of pin assignments and loading vhdl code on DE1 board.
Creating Automatic Table Of Content in Microsoft Word
มุมมอง 387 ปีที่แล้ว
Most headache of project is maintaining table of content / index of the Report or Thesis. Specially when continuous update of each project title , subtitle, is changing. Shrinking and expanding of report changes the page number of each section. This video shows the process of creating Table of Content (Index) of your project in Mirosoft Word.
AVR SIMULATOR tutorial- leds, switch interface.avi
มุมมอง 19K11 ปีที่แล้ว
Tutorial about how to deal with AVR studio and AVR Simulator. The code is basic, switching on off leds when the key is pressed. AVR simulator has also other peripherals using which you can easily build you project more easily, fast and effectively. -CAMOES EDUCATION -Hemant Mayatra
AVR SIULATOR IDE-simulation tutorial.avi
มุมมอง 7K11 ปีที่แล้ว
The video gives understanding basic steps of how to simulate the design using AVR simulator IDE. The video analyses the 4 leds as output and 4 switches as input. At each switch pressed the led glows. Simulator of AVR studio gives initial flow of the code. But, to understand the real behaviour we have to analyze the code by analyzing the effects of leds and switches connected to it. AVR SIMULATO...