1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 13:12:44 +02:00
Files
2021-08-02 18:57:10 +02:00
..
2019-10-15 11:37:21 +02:00
2018-10-14 22:08:39 +02:00
2018-05-18 07:57:18 +02:00
2020-04-08 17:37:24 +00:00
2020-05-28 16:34:40 +00:00
2019-10-15 11:37:21 +02:00
2019-10-15 11:37:21 +02:00
2018-07-11 15:26:42 +02:00
2018-07-11 15:26:42 +02:00
2020-04-13 17:52:12 +00:00
2020-04-08 17:37:24 +00:00
2020-04-08 17:37:24 +00:00
2018-07-11 15:26:42 +02:00
2018-07-11 15:26:42 +02:00
2019-10-15 11:37:21 +02:00
2019-10-15 11:37:21 +02:00
2017-12-06 18:11:53 +01:00
2018-04-13 11:25:15 +02:00
2018-04-13 11:25:15 +02:00
2019-10-15 11:37:21 +02:00
2018-05-05 11:37:39 +02:00
2020-06-07 07:13:07 +00:00
2020-12-23 18:27:12 +01:00
2017-12-13 23:23:22 +01:00
2018-07-11 15:26:42 +02:00
2020-04-08 17:37:24 +00:00
2018-07-11 15:26:42 +02:00
2018-07-11 15:26:42 +02:00
2019-10-15 11:37:21 +02:00
2019-10-15 11:37:21 +02:00
2019-10-15 11:37:21 +02:00
2019-10-15 11:37:21 +02:00
2019-10-15 11:37:21 +02:00
2021-03-08 10:16:34 +01:00
2020-03-20 14:59:20 +01:00
2020-04-08 17:37:24 +00:00
2017-12-13 23:15:14 +01:00
2017-12-13 23:15:14 +01:00
2017-11-30 23:58:12 +01:00
2017-12-02 00:56:33 +01:00
2020-05-23 17:59:09 +00:00

Software

JpegSnap

creates a JPEG from the Camera and outputs it to stdout

Usage:

./jpegSnap > image.jpg

h264Snap

Creates a h264 stream and outputs it to stdout

Usage:

./h264Snap > test.h264

(Cancel after some time)

mJpegStreamer

Streams the Camera as mjpeg

Usage:

./mJpegStreamer

h264Streamer

Streams a file which is passed via stdin

Usage

  1. Download some example file from http://www.live555.com/liveMedia/public/264/
  2. Stream it using cat > ./h264streamer

Attention: Dont try to combine it the the h264snap - it wont work. I tested it first.

Motor

  1. Remove the old Module from Xiaomi: rmmod sample_motor
  2. Insert the new Kernel Module : insmod ./sample_motor.ko
  3. Run the Test-Application : ./motor

Sample-Audio

Plays a wav file. Provide it as file.wav