├── .DS_Store ├── .gitattributes ├── README.md ├── horizontal ├── BOM_Windows hello_2020-09-29_11-33-03.csv ├── Windows Hello Gerber 卧式.zip └── Windows hello.STL ├── vertical ├── BOM_Windows hello_2020-09-29_11-33-03.csv ├── Windows Hello Gerber 立式.zip └── Windows hello 2.STL └── windows ├── windows hello 中框.STL ├── windows hello 前板.STL ├── windows hello 基座.STL └── windows hello 立式基座.STL /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Windows Hello 0JCXG0 2 | Use some Dell laptop front camera modules to achieve Windows hello. 3 | 4 | You can download driver from DELL website. 5 | 6 | if you have any questions, please leave me an issue. 7 | -------------------------------------------------------------------------------- /horizontal/BOM_Windows hello_2020-09-29_11-33-03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/horizontal/BOM_Windows hello_2020-09-29_11-33-03.csv -------------------------------------------------------------------------------- /horizontal/Windows Hello Gerber 卧式.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/horizontal/Windows Hello Gerber 卧式.zip -------------------------------------------------------------------------------- /horizontal/Windows hello.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/horizontal/Windows hello.STL -------------------------------------------------------------------------------- /vertical/BOM_Windows hello_2020-09-29_11-33-03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/vertical/BOM_Windows hello_2020-09-29_11-33-03.csv -------------------------------------------------------------------------------- /vertical/Windows Hello Gerber 立式.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/vertical/Windows Hello Gerber 立式.zip -------------------------------------------------------------------------------- /vertical/Windows hello 2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/vertical/Windows hello 2.STL -------------------------------------------------------------------------------- /windows/windows hello 中框.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/windows/windows hello 中框.STL -------------------------------------------------------------------------------- /windows/windows hello 前板.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/windows/windows hello 前板.STL -------------------------------------------------------------------------------- /windows/windows hello 基座.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/windows/windows hello 基座.STL -------------------------------------------------------------------------------- /windows/windows hello 立式基座.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eddddddddy/Windows-Hello-0JCXG0/107a4293509255f8bdaff1e157bb49d1aa5ef67f/windows/windows hello 立式基座.STL --------------------------------------------------------------------------------