A desktop service for capturing images and videos using a motion detection engine and streaming them remotely via Telegram
Running this program on your computer, you can start asking your Telegram Bot to capture images and videos and send them to your Telegram chat. Bots can be added to a group chat, such as a family telegram group, so that captured media can be shared with your family and friends.
- Capture images and videos
- Activate a motion detection engine
- Stream media remotely via Telegram
- Share media with friends and family
TelegramCameraCapture supports these following commands:
Command* | Description |
---|---|
image | Requests an image |
video | Requests a video |
detectOn | Starts motion detection |
detectOff | Stops motion detection |
* commands are case-insensitive
-
Save you bot token to a file named CameraCaptureBotToken in the same folder as your jar file (see example token file)
-
Run TelegramCameraCapture jar
java -jar TelegramCameraCapture-0.0.1.jar
- Start sending commands to your bot!