Тема: Jimi JC100
Hello to everyone interested in JC100 / JC200 device by Jimi Electronic and its usage with Wialon!
Here we'll be discussing its functions and setup.
The most peculiar questions are how to get photo and video from it.
There's how.
0. Assuming you have the device online in Wialon.
I'll use server adress 193.193.165.165:21607, although yours might be different.
1. Set HSERVER parameter. This is address where the device will send photo/video.
This can be done by custom_msg command in TCP channel:
HSERVICE,http://193.193.165.165:21607/
The device should reply OK. You will see it in chat with driver.
2. Request photo.
This can be done by custom_msg command in TCP channel:
Picture,in
Picture,out
First is for picture from inward camera and second is from outward camera.
Device should reply PICTURE, and in several seconds you will see new photo in Wialon.
3. Request video.
This can be done by custom_msg command in TCP channel:
Video,in,8s
Video,out,3s
First is for 8 seconds video from inward camera and second is for 3 seconds video from outward camera.
Video is taken from real time.
Device should reply VIDEO, and in several seconds you will see new video in Wialon.