Xiaomi’s camera sharing is not only a remote viewing experience from a home or street camera, but also a tool to improve security, monitor children or pets, and automate smart homes. Mi Home doesn't connect, it slows down, it doesn't configure access for other family members. In this article, we'll look at all the current ways to share Xiaomi cameras, from basic to advanced, taking into account the features of different models (from Mi Home Security Camera 360).° Xiaomi Smart Camera C400).
It’s important to understand that sharing depends on the goal: whether you need live streaming for a single user, sharing through a family account or integration with smart home systems (such as Google Home or Apple HomeKit). We’ll also address security issues – how to protect the camera from hacking and why you shouldn’t use public links without a password. If you’re looking for a solution for a particular model or encounter an error (such as “Device Offline”), the article will provide answers.
1. Ways to share Xiaomi camera: which one to choose?
Before you start setting up, determine what type of access you need, and this depends on the choice of method:
- 📱 Personal access – only you can view the camera through your Mi Home app (suitable for most users).
- 👨👩👧👦 Family Sharing – Sharing into multiple accounts (e.g., for family members) through Sharing».
- 🌍 Public link – generating a temporary or permanent link to view in the browser (risky from a security point of view).
- 🏠 Smart Home Integration – Connecting your camera to Google Assistant, Alexa or HomeKit for voice control.
- 🔧 Advanced methods - use RTSP-flow NAS Connecting with Home Assistant (for experienced users).
For most tasks, the first two options are enough: If you need to transfer video to another phone (for example, your wife or neighbor), you just need to set up a shared access in Mi Home. RTSP Public link – but it is important to consider the risks of data leakage.
2 Sharing through the Mi Home app (basic method)
The easiest way is to use the official Mi Home app (or Xiaomi Home for new models), which is suitable for all Xiaomi cameras, including the Mi Home Security Camera. 2K, Xiaomi Smart Camera C300 The instructions are universal, but there may be minor differences in the interface depending on the version of the application.
Step 1 Connecting the camera to Mi Home
- Install the Mi Home app from Google Play or the App Store.
- Sign up or sign in to your Xiaomi account (required! no sharing is possible without an account).
- Press «+» → «Add a device and select your camera model.
- Follow the instructions on the screen: connect the camera to power, wait for the beep and flashing yellow / blue indicator.
- Select your Wi-Fi network (2.4GHz only!) and enter your password.
Step 2: Set up Shared Access
After the camera is connected:
- Open the device in Mi Home and tap on "..." (three dots) → «Sharing of use».
- Enter the email or phone number of the person you want to provide access to.
- Select the rights level: “View Only” or “Manage” (permission to turn the camera, turn on the sound, etc.).
- Click "Send an Invitation." The user must accept it in their Mi Home app.
☑️ Pre-share check
Possible problems and solutions:
- ❌ «Offline Device" - Check Wi-Fi connection, reboot camera (turn off power for 10 seconds).
- ❌ «Failed to send an invitation – make sure the email is entered correctly and the user is registered with Mi Home.
- ❌ «No sound" - in the camera settings, turn on "Bilateral communication».
💡
If the camera is not connected to Wi-Fi, try changing the router channel to 1-11 (in the router settings).Some Xiaomi models do not support channels above 11 in 2.4 GHz mode.
3 Sharing through Google Home or Alexa
If you use Google Assistant or Amazon Alexa, Xiaomi’s camera can be integrated into these ecosystems for voice control and viewing through the appropriate apps, a method handy if you already have a Google or Amazon-based smart home.
For Google Home:
- Open the Google Home app and click “+” → “Set up your device” → “Are there devices already?”
- Select Xiaomi from the list of brands and sign in to your Mi Home account.
- Allow access to the devices and wait for synchronization.
- And then you add it to the main menu, and you can say, "OK, Google, show the camera in the hallway."
For Amazon Alexa:
- In the Alexa app, go to the Smart Home» → «Add the device» → «Camera» → «Xiaomi».
- Sign in to your Mi Home account and allow access.
- After synchronization, the camera will be available in the Devices section.
Limitations:
- 🔴 Not all Xiaomi models are supported (e.g., older cameras may not show up in Google Home).
- 🔴 Alexa sometimes has video delays (up to 5-10 seconds).
- 🔴 Voice commands are only in English or Chinese (Russian is not supported).
How to speed up video flow in Alexa?
4. Public link to view in the browser
If you need to give access to the camera without installing apps (for example, to view on your desktop), you can generate a public link. This method is less secure, so use it only for temporary access and be sure to set up a password.
Instructions for models with support for web interface (for example, Xiaomi Smart Camera) C400):
- In the Mi Home app, open the camera settings and find the Network settings section» → «Local area network».
- Activate the option “Enable access over the local network”.
- Remember. IP-camera address (e.g. 192.168.1.100).
- Enter the type address in the browser: http://[IP-address]/cgi-bin/snapshot.cgi (for a static image) or http://[IP-address]/cgi-bin/live.cgi (flow).
For models without a web interface (e.g. Mi Home Security Camera) 2K):
Use the Mi Home Cloud service:
- In Mi Home, go to “Camera Settings» → «Public access» → «Reference to view».
- Create a link and set a password (at least 8 characters!).
- Copy the link and send it to the right person, and access will be valid until the recall.
⚠️ Attention: Public links without a password can be found by search engines (for example, through Shodan).Always use a complex password and revoke access after use.
| Camera model | Support for the web interface | Support for RTSP | Max. Flow resolution |
|---|---|---|---|
| Mi Home Security Camera 360° 1080p | ❌ No. | ❌ No. | 1080p |
| Xiaomi Smart Camera C300 | ✅ Yes (locally) | ✅ Yes. | 2K |
| Xiaomi Smart Camera C400 | ✅ Yes. + RTSP) | ✅ Yes. | 2K |
| Mi Home Security Camera 2K | ❌ No. | ❌ No. | 2K |
5. Advanced methods: RTSP-stream and home assistant
If you want to record a video on NAS, Embedding the stream into your own software or controlling the camera through Home Assistant, you will need to configure RTSP-This method is suitable only for power users and is not supported by all models (see table above).
How to turn it on RTSP on supported cells:
- In Mi Home, go to “Camera Settings» → «Additionally» → «Protocol RTSP».
- Activate the option and copy the view link: rtsp://[IP-address]/live/ch00_0
- Use this link in write programs (e.g. Blue Iris, iSpy) or in Home Assistant.
Example of configuration for Home Assistant:
camera:
- platform: ffmpeg
name: Xiaomi Camera
input: rtsp://192.168.1.100/live/ch00_0
extra_arguments: -pred 1 -q:v 2Limitations RTSP:
- 🔴 It only works on a local network (remote access is required). VPN port-drift).
- 🔴 Some models (e.g. Mi Home Security Camera) 2K) supportive RTSP.
- 🔴 The flow can be interrupted with weak Wi-Fi.
💡
RTSP-Stream is the most flexible way to integrate, but requires technical knowledge. It is easier for beginners to share in Mi Home or Google Home.
6. Solving common errors
When sharing Xiaomi cameras, users often face typical problems, and here is a list of errors and solutions:
- 🔄 «Camera is constantly shutting down" - check the power (use the original unit), move the camera closer to the router, or install a Wi-Fi replicator.
- 📵 «No sound when viewing" - in the camera settings, turn on "Two-way communication" and check the microphone (it may be physically silenced).
- 🔒 «Can't add a camera to Google Home" - update the camera firmware and the Mi Home app, then re-sync.
- 🌐 «Public link won't open" - check if it's blocked by antivirus or corporate firewall. Try another browser.
- 📱 «Mi Home Invitation Not Coming – Make sure you have the same country/region in your Xiaomi account settings.
If nothing helps:
- Reset the camera to factory settings (press the reset button for 10 seconds).
- Remove the camera from the Mi Home and add it again.
- Contact Xiaomi Support via the App (Profile section» → «Feedback»).
⚠️ Note: If the camera is connected via Mi Home in China, some features (such as voice commands in Google Home) may not work. Change region to Russia or Europe in your account settings.
7. Safety tips for sharing the camera
Sharing a camera is always a risk of personal data leakage, and follow these rules to minimize threats:
- 🔐 Use complex passwords for your Xiaomi account and public links (at least 12 characters with numbers and special signs).
- 📡 Turn off the camera when you don’t need it (for example, overnight).
- 🛡️ Enable two-factor authentication in your Xiaomi account ("Profile» → «Security»).
- 🚫 Do not share persistent links – use temporary access (for example, 1 day).
- 🔄 Regularly update the camera firmware (check for updates in Mi Home).
Important: In 2023, researchers discovered a vulnerability in some Xiaomi cameras that allows attackers to access video over a local network.Update firmware to the latest version to close this gap.
Additional measures:
- 📌 Set up geofences in Mi Home: The camera will only activate when you are not at home.
- 📌 Use it. VLAN or a guest network for the camera to isolate it from the main devices.
- 📌 Check the connection logs in the camera settings (Security section»).