-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# EyeCamControl | ||
Java Library to control G-Eye 300,500,700 and Xiaomi Yi | ||
|
||
How the code works : | ||
- This code connect to ports 7878 and 8787 using TCP | ||
- It sends order and receive responses on the port 7878 in JSON | ||
- It use 8787 to download files from the camera files (in future to upload files too) | ||
|
||
This code has been tested with Geye 500 camera but should work with model 300 and 700 too. | ||
It should also work on camera based on the A7LS chipset. (Xiaomi Yi...) | ||
|
||
A small program in console shows how to use the controler. | ||
|
||
You can currently : | ||
- View/Modify an option on the camera | ||
- Take a photo (video is coming) | ||
- Download a file from yor camera | ||
|
||
Your computer just need to be on the same network as the camera and the camera should use the adress 192.168.42.1 (default one) |