Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiseNet and Samsung BabyView cameras (aka SEW-3057WP) #99

Open
Evengard opened this issue Sep 1, 2021 · 1 comment
Open

WiseNet and Samsung BabyView cameras (aka SEW-3057WP) #99

Evengard opened this issue Sep 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Evengard
Copy link

Evengard commented Sep 1, 2021

🚀 Feature Request

The Samsung baby cameras seems to somehow reuse the same WyzeCam protocol (at least, I found the same libAVAPIs.so and libIOTCAPIs.so libraries on the device itself). The camera though is not using any cloud, and is only able to connect when in the same WiFi network. The only known application which is able to connect to theese devices is the BabyView application (https://play.google.com/store/apps/details?id=tw.com.surveillance.babyview2&hl=ru&gl=US).

🔈 Motivation

There is no way to access these cameras data except by the help of the BabyView app, which, let's be honest, is buggy like hell. This could be another way to do it.

🛰 Alternatives

Except using the BabyView official app, none.

📎 Additional context

The cameras aren't using any "tokens", but instead are using a some kind of a static "password". It may be converted into the same "token" by some algorythm (because the password itself is supposed to be only 8-15 characters long, so deriving it to a hex 32 characters seems to be doable). Also, the port on which the "AVAPIs_Server" is listening - is the port 9090/tcp and ports 37507/udp, 32761/udp. Apparently the actual used viewing username is "admin".

@Evengard Evengard added the enhancement New feature or request label Sep 1, 2021
@github-actions
Copy link

github-actions bot commented Sep 1, 2021

Hello @Evengard, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant