ESP-32 PrintCam Set up on Prusa Connect
Has anyone got any experience of setting up Jerzeeks PrintCam?
I get all the way to the change settings page but a bit confused what to fill in:
Where do i find the AP password? and the Prusa Connect fingerprint, i can only see my Prusa Connect Token.
Thanks for any help.
RE:
1. isn't `AP Password` a value for ad-hoc password to the wifi generated by the device to manage it if it cannot connect to the Wifi SSId/Wifi Password (that is, it tries to connect to wifi ssid/password and if it fails then it creates its own wifi network so you can connect to it and thus it provides you an option to set a password for it for the future to avoid unencrypted networks)
2. fingerprint - 'Camera fingerprint generated by camera. It has to have at least 16 and maximum of 64 characters.'
So you can just use `uuid` command under linux to generate it so it is unique
ref https://connect.prusa3d.com/docs/cameras/openapi/#tag/camera/paths/~1c~1snapshot/put
See my GitHub and printables.com for some 3d stuff that you may like.
RE: ESP-32 PrintCam Set up on Prusa Connect
Thank you sir, your help is very much appreciated