Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 2.05 KB

faq.md

File metadata and controls

46 lines (38 loc) · 2.05 KB

How does the CFW work?

The CFW contains of two parts:

  1. The Custom-Firmware, which alters the original firmware to boot from microsd. It needs to be flashed instead of the orignal firmware. This part does not contain any custom software, its just allows you to boot from microsd. You will have to do this only once.
  2. The CFW-Files, which contains the custom-software. You will have to install them onto your microsd-card after you completed step 1. You can modify this part easily by changing the files on the microsd.

Does the CFW contain a RTSP-Server?

Yes, you can watch it trough VLC Player.

Does the CFW connect to the Xiaomi Servers?

No. It does not connect to anything.

Does the CFW remove the original Firmware?

No. You can still boot the original Software, if you remove the SD-Card

Is it possible to run the original Firmware and the CFW at the same time?

No,thats not possible and its very unlikely that it will change in the future

Can i revert the firmware back to the original one?

Yes, you can. However there is no need to revert it back. If your SD-Card does not contain the CFW-Files, you will just boot the original software.

Is it possible to run the CFW without a microsd?

No thats not possible. It can be done, but there will be a lot of trouble in doing this.

Which Features does the CFW contain?

  • Full working RTSP with H264/MJPEG. Based on https://github.com/mpromonet/v4l2rtspserver
  • SSH-Server(dropbear) with username: root password: ismart12
  • FTP-Server(bftpd) with username: root password: ismart12
  • Webserver(boa)
  • Image-Snap(Get Jpeg Image)
  • Horizontal/vertical motor rotation / move to center
  • Turn on/off blue/yellow/IR LEDs/IR-Cut
  • Local h264 recording possible:
/system/sdcard/bin/h264Snap > /system/sdcard/video.h264
  • Audio recording/playing possible:
Playing Audio:
/system/sdcard/bin/ossplay /usr/share/notify/CN/init_ok.wav

Recording Audio:
/system/sdcard/bin/ossrecord /system/sdcard/test.wav 
  • Curl
  • MQTT
  • Anything other that you can compile yourself. There is a toolchain avaible.