telmomarques / xiaomi-360-1080p-hacks

Hacks for the Xiaomi Mi 360 1080p camera (MJSXJ02CM).
761 stars 129 forks source link

TelNet? #17

Open EscVM opened 4 years ago

EscVM commented 4 years ago

Hi! Thank you for this repository!

I followed the guide and now I'm able to connect to my camera with Telnet! However, what can I do with it? Is it possible in someway to grab the frames or the streaming video?

crckmc commented 4 years ago

There is not much you can do by now. We got a proof of concept rtsp binary and I set up a repo with code how to access the stream in the same way the xiaomi binaries do.

You can join our Telegram group if you want to discuss or need more info t.me/mijav4RTSP

EscVM commented 4 years ago

Where can I find the repo? I would really be interested in it! Thx

crckmc commented 4 years ago

https://github.com/crckmc/mija-framegrabber

EscVM commented 4 years ago

Instead, what about this project xiaomi-360-1080p-video-stream ? Does it work? In which folder do I have to put ffmpeg and video_direct_memory_access files?

crckmc commented 4 years ago

It is also more like a proof of concept. You can put both binaries on the SD card and run the command.

EscVM commented 4 years ago

Wherever I copy in the SD folder the two files then I cannot find them with Telnet? Do you know why?

EscVM commented 4 years ago

https://github.com/crckmc/mija-framegrabber

How can I use it. I cannot understand how to use it from the guide.

crckmc commented 4 years ago

Are you looking in /mnt/sdcard ? If so and the files are not there you could try to copy them via FTP

EscVM commented 4 years ago

Find it! Thanks!

crckmc commented 4 years ago

https://github.com/crckmc/mija-framegrabber

How can I use it. I cannot understand how to use it from the guide.

You need the mstar SDK for the camera SoC and copy some libraries from the camera to compile the grabber but it will just write the videostreams to your sdcard. Please join the telegram group if you want to discuss thia further