Help with color comparison (school project) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Help with color comparison (school project)

Heya. I need to make a basic program that can compare color averages (raspberry pi, v2 camera). That is my basic logic for detecting smoke (forest wildfire size, smoke detector won't help if wind pushes away). I know basic C#, so I'm learning python pretty fast, but I don't know when I'll get the knowledge required for that code. Do I actually need to know how to write it, or can I just use libraries? If it's simple, of course it'll be great if you explain it here :) Thanks in advance.

9th Jan 2018, 8:20 PM
Adran Thra
Adran Thra - avatar
1 Respuesta
+ 1
python is high level language. so its not good as low level language for hardware management. if you must, you need to make google search for third-party module that can control those devices. mostly those modules is wroted in c++ or c
20th Jan 2018, 1:41 PM
Kevin AS
Kevin AS - avatar