Week 9 10/30-11/3
- hickeyalex45
- Nov 3, 2023
- 1 min read
This week I started writing to csv files. First I learned to create them and write to new files, and to edit existing ones. The next step was to write variables to the files. this was a bit harder but i made a separate script from the faceid script and did it properly. Although this was done, the formatting was not. To correctly name the columns and rows, the names need to be separated by different lines and the column names had to be set. I setup names in rows in a google sheet to what the script should write when it is setup properly, and saved it as a csv file. I then looked at the format and attempted to write the file to the same format. I did not complete this and will be continuing today and next week. I implemented the variable writing into the faceid script and wrote names detected to the csv file. There's still much more to add. Going forward, I have to implement a real time clock to also put the time in as a variable aswell as with the correct formatting. Following that, I will be making an enclosure with fusion 360 for the screen and raspberry pi.
Comments