User's Guide

©VVDN Technologies Pvt Ltd.
8
VVDN_Cherry Gen2 Basic Care_User Manual
5 Video Streaming using VLC
5.1
Steps to pair Cherry cam and stream over VLC
Step1. Power on & boot the cherry camera
Connect the Cherry Camera to 5V power adapter and switch on the camera. BLUE LED will blink after successful
booting. This is kept for indication that device is booted up successfully.
Step2. QR code validation & Scanning
Prerequisite:
Make sure the Room is well lit and Laptop screen has good brightness for better clarity.
Step-2.a: Prepare the QR code with following JSON structure, Add the respective/required values.
Example:
{
"wifi_ssid": "TP-LINK_50AA",
"wifi_security": "wpa-psk",
"wifi_secret": "passkey123",
"connect_url": "http://<Cherry_PC_IP>:<PORT>/",
"rtsp_userid": "cherry",
"rtsp_secret": "cherry123",
"camera_name": "living"
}
Wifi: You can change the Wi-Fi parameters and others parameters values as per requirement. Please copy the
complete text including { to } (including the curly braces)
RTSP security :
"rtsp_userid": "cherry",
"rtsp_secret": "cherry123",
These two parameters are added for setting username and password for RTSP security. If user want disable the
RTSP security, then he need to pass NULL in QR code:
Example:
"rtsp_userid": null,
"rtsp_secret": null,
Validate the JSON structure using the link https://jsonlint.com/
Note: Make sure the JSON is correct. Otherwise any random error might occur.