Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

taorye

taorye pushed 1 commit to dev taorye/MaixPy
  • doc: translate into English d5f3047

View on GitHub

taorye pushed 1 commit to main sipeed/MaixSense_ROS
  • fix: reset to AT+DISP=1 to reentry rosrun 34c2fac

View on GitHub

taorye opened a pull request on sipeed/MaixPy
doc: need guvcview to select mjpeg channel or direct on v4l2
tips: guvcview can select the channel needed
taorye pushed 5 commits to dev taorye/MaixPy
  • * rename recode detect demo a8a085c
  • * add asr online app b2f718f
  • * optimize demo asr online code ce2c6dc
  • * update demo_asr_online fd77e04
  • doc: need guvcview to select mjpeg channel or direct on v4l2 038b6f6

View on GitHub

taorye starred u-boot/u-boot
taorye starred ultralytics/ultralytics
taorye pushed 1 commit to dev taorye/MaixCDK
  • fix: should run at "/boot/usb.uvc" exists c964073

View on GitHub

taorye opened a pull request on sipeed/MaixCDK
feat: app_uvc_camera: show tips on user's screen
taorye deleted a branch taorye/MaixPy

main

taorye pushed 7 commits to dev taorye/MaixPy
  • update model docs 3a7c496
  • bump version to 4.9.0 823e4f7
  • fix build image error b64b90a
  • Merge pull request #96 from taorye/dev doc: introduce for uvc 622938f
  • bump version to 4.9.2, change base os 01030fc
  • Merge branch 'main' into dev 71ff031
  • * update doc of deploy speech recognition 799a204

View on GitHub

taorye deleted a branch taorye/MaixCDK

main

taorye pushed 9 commits to dev taorye/MaixCDK
  • add thermal camera app, support mlx90640 931defd
  • Merge pull request #74 from taorye/dev feat: app_uvc_camera and a little fix 068ccac
  • Merge pull request #73 from MK16kawai/dev add thermal camera app, support mlx90640 3998597
  • fix pybind11 errors and speech crash 9d203a3
  • Merge pull request #76 from 916BGAI/dev fix pybind11 errors and speech crash 3175975
  • fix bug of two maix.sys.device_id 80695c9
  • fix some API map error & add MaixPy API dumplicate check 8d9f4d5
  • * optimize audio b81bfc8
  • feat: app_uvc_camera: show tips on user's screen cd2e98f

View on GitHub

taorye starred mfkiwl/rk-open-docs
taorye created a comment on an issue on sipeed/LicheeRV-Nano-Build
Removing /boot/usb.rndis will disable the RNDIS function. Check the `/etc/init.d/S03usbdev` file, as it actually controls the gadget function.

View on GitHub

taorye created a comment on an issue on sipeed/LicheeRV-Nano-Build
Got it, but maybe really later. I really appreciate the help you provided.

View on GitHub

taorye opened a pull request on sipeed/MaixPy
doc: introduce for uvc
taorye created a branch on taorye/MaixPy

dev - Easily create AI projects with Python on edge device

taorye opened a pull request on sipeed/MaixCDK
feat: app_uvc_camera and a little fix
taorye pushed 13 commits to main taorye/MaixPy
  • * update faq d5cd634
  • optimize nn MUD parse labels strip space b155703
  • add mlx90640&tof_opns303x example&docs f3ee66f
  • delete app timelapse 0747242
  • * add find barcodes doc 3460e76
  • * update caculate distance with apriltag b6fca43
  • Merge pull request #92 from MK16kawai/dev add mlx90640&tof_opns303x example&docs a1913ee
  • change NN dual_buff arg default to false 4f67346
  • Merge pull request #95 from taorye/main feat: example for uvc_server and uvc_stream 0d019e7
  • fix compile error 3f028db
  • add YOLO11 obb example 2f7b7cd
  • add yolo11 obb documentation 35d4510
  • Merge branch 'main' into dev a512f1a

View on GitHub

taorye opened a pull request on sipeed/MaixCDK
feat: implement uvc in standalone mode and a little trim
TODO: Fixme: Python example can't reach `stop()` to restart the daemon (`/etc/init.d/uvc-gadget-server.elf`) for USB function recovery most of the time.
taorye opened a pull request on sipeed/MaixPy
feat: example for uvc_server and uvc_stream
taorye pushed 3 commits to main taorye/MaixCDK
  • Merge pull request #70 from taorye/main feat: add uvc yuyv/mjpg stream API 30dc27b
  • feat: uvc_demo without shm 7d582c1
  • feat: implement UvcServer to run uvc in standalone mode and trim UvcStreamer and implement helper_fill_mjpg_image f... 47aa383

View on GitHub

taorye pushed 2 commits to main taorye/MaixPy
  • Merge pull request #93 from taorye/main feat: add example for uvc streamer d8e6919
  • feat: example for uvc_server and uvc_stream 9272856

View on GitHub

taorye pushed 3 commits to main sipeed/LicheeRV-Nano-Build
  • feat: up to 2560x1440 and all resulotions will be enabled default 6773bbd
  • fix: implement stop_server and restrict the server to run only in standalone mode. b2af9af
  • Merge branch 'feat_uvc_server_standalone_mode' 1. feat: UvcServer run in standalone mode without uvc-gadget-server.el... 1fcc2fd

View on GitHub

taorye pushed 2 commits to main taorye/MaixCDK
  • feat: uvc_demo without shm 9edadd8
  • feat: implement UvcServer to run uvc in standalone mode and trim UvcStreamer and implement helper_fill_mjpg_image f... 69eba51

View on GitHub

taorye pushed 1 commit to main taorye/MaixPy
  • feat: example for uvc_server and uvc_stream a4b8226

View on GitHub

taorye opened a pull request on sipeed/MaixPy
feat: add example for uvc streamer
also some opt and fix
taorye opened a pull request on sipeed/MaixCDK
feat: add uvc yuyv/mjpg stream API
There is also one example: MaixPy/examples/vision/streaming/uvc_stream.py.
taorye pushed 3 commits to main taorye/MaixPy
  • perf: enable parallel compression with `-T 0` for xz 9d221c1
  • fix: use `set -o pipefail` to exit while has error in processing 3ab9364
  • feat: add example for uvc streamer 08b450a

View on GitHub

taorye pushed 1 commit to main taorye/MaixCDK
  • feat: add uvc yuyv/mjpg stream API 7ec7dd3

View on GitHub

Load more