I'm trying to create a facial recognition system using Opencv to record user access to the school lab but the problem is that I'm not able to save the access time information for each user and neither the image of it at the time that he entered....
I'm testing the BMP180 sensor on RaspberryPi 3 B + and when I run the file on Raspbian it gives me this error:
WhenIrunthesamefilethroughthecommandlineitgivesthevaluesitshouldgive,itdoesnotgiveanerror,ascanbeseenfromthefollowingimage:
W...
The code below is a simplistic example, but that represents exactly the error it is giving in my official code.
def MontarURL(self):
URL = "C:\Users\tttt\Desktop\Imagens\2.png"
return (URL)
A = MontarURL
print (A)
The r...
I'm having this difficulty getting the TextField text and "printable it" in the Tkinter window
Code:
from tkinter import *
from tkinter import messagebox
import time
jan = Tk()
jan.title('KNOM OS')
jan.geometry('1366x760+0+0')
jan.configur...
How do I change the user and password of a large number of servers with different ips, rather than an ip only?
Follow the code:
# Copyright 2016 Hewlett Packard Enterprise Development LP
#
# Licensed under the Apache License, Version 2.0...
I'm developing a program that analyzes two videos and removes similar frames using opencv and saves it again, but I've tried a lot of things and the final part that analyzes the similarity and saves, but always a problem and I do not know where...
I developed a project with django, it ran normal on my internal server however, I did the deploy on heroku and when I went to open the app on the same site, I presented the following message: "An error " I checked the logs of my application and...
Good morning,
In the following example,
And I'm experiencing the following error in pycharm:
/home/brito/projetos/venv/saj_projects/bin/python /home/brito/projetos/saj_projects/exemplos/me/impressao_tratamento.py
Traceback (most recent...