berobloom / LSCIndoorCameraLocal1080p

Local solution for the LSC Smart Connect Indoor Camera 1080p
Other
9 stars 2 forks source link

Running TUTK P2P Without Flashing? #4

Open bt opened 1 week ago

bt commented 1 week ago

Hi, thank you for putting together this repo.

I was wondering, I'm able to put the camera into "development mode" using the stationssid configuration, and I am also able to enable telnet using telnet=1.

Couldn't I just stay like this and enable the P2P server without having to flash a new firmware onto the camera? What exactly does the dgiot patch do other than allow setting of the username/password? If I am OK with the default defusr and defpwd, can I save myself from having to solder and potentially brick my device?

berobloom commented 1 week ago

Hi @bt,

That should definitely be possible. But then the p2p username and p2p password should be the following:

username: admin password: 123456

The downside is, you cannot change it unless you patch the dgiot binary.

I can help you further if you run into some issues.

Good luck!

bt commented 1 week ago

Hi @berobloom, thanks for letting me know. I worked this out when I looked back in the commits; it was just a bit confusing because in the README, it mentions the default is defusr and defpwd.

I also tried to use LSCProxy but it seems relatively buggy (keeps erroring on frames) but I understand it is a WIP. Trying TinyCam now. Do you know if the rebroadcasting feature only works on the PRO version?