Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Neutree pushed 1 commit to gh-pages sipeed/MaixPy
- Rebuild MaixPy doc by commit refs/heads/main e791b2c
Neutree pushed 1 commit to gh-pages sipeed/MaixPy
- Rebuild MaixPy doc by commit refs/heads/main 12b4df8
Neutree created a tag on sipeed/MaixPy
v4.9.1 - Easily create AI projects with Python on edge device
Neutree closed an issue on sipeed/MaixPy
Bluetooth - any plans to add support?
I saw that wireless module on MaixCAM support bluetooth but it disconnect, you should solder 4 jumpers to connect (https://wiki.sipeed.com/hardware/en/lichee/RV_Nano/2_unbox.html). ![bt jumpers]...Neutree created a comment on an issue on sipeed/MaixPy
录音和播放均添加了`volume()`函数,以及系统设置APP也添加了对应选项,更新到>= 4.9.0即可
Neutree closed an issue on sipeed/MaixPy
支持audio.Player()的音量调节功能
目前文档中似乎不支持Player的volume()方法调节音量,希望大佬能支持一下audio.Player()的音量调节功能,感谢!Neutree closed an issue on sipeed/MaixPy
how to static usb0 usb1 ipv4 address?
how to static usb0 usb1 ipv4 address?Neutree closed an issue on sipeed/MaixPy
编译系统后开机发现不显示DeviceKey 求指点一下可能出问题的地方
1. 克隆LicheeRV-Nano-Build仓库,并模仿 /.github/workflows/licheervnano-host-linux-amd64.yml 的各个步骤,一步一步进行操作,中途没有任何报错,成功编译出了img文件。编译后将这个img文件复制到了`~/maix/os/`目录中备用。 ![图片](https://github.com/user-attachments/...Neutree pushed 1 commit to gh-pages sipeed/MaixCDK
- Rebuild MaixCDK doc by commit refs/heads/main 8df3ede
Neutree created a tag on sipeed/MaixPy
v4.9.0 - Easily create AI projects with Python on edge device
Neutree pushed 7 commits to main sipeed/MaixCDK
- fix some compile warning 668cc68
- feat: app_uvc_camera 1280x720 90eaad9
- add thermal camera app, support mlx90640 931defd
- fix: header file include fcntl.h will broke maixpy_wrapper.cpp:`.value("SEEK_SET", fs::SEEK::SEEK_SET)` 9eb4293
- fix: add a blank implement for the linux platform b6ff7e9
- 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
Neutree pushed 2 commits to main sipeed/MaixPy
Neutree pushed 2 commits to dev sipeed/MaixCDK
Neutree pushed 4 commits to dev sipeed/MaixCDK
Neutree pushed 1 commit to gh-pages sipeed/MaixCDK
- Rebuild MaixCDK doc by commit refs/heads/main d1c3d45
Neutree pushed 1 commit to gh-pages sipeed/MaixCDK
- Rebuild MaixCDK doc by commit refs/heads/main 9d61d36
Neutree pushed 7 commits to dev sipeed/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
- Merge pull request #93 from taorye/main feat: add example for uvc streamer d8e6919
- feat: example for uvc_server and uvc_stream 9272856
- Merge pull request #95 from taorye/main feat: example for uvc_server and uvc_stream 0d019e7
- Merge branch 'main' into dev a512f1a
Neutree pushed 12 commits to main sipeed/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
- fix compile error 3f028db
- add YOLO11 obb example 2f7b7cd
- add yolo11 obb documentation 35d4510
- Merge branch 'main' into dev a512f1a
Neutree pushed 22 commits to dev sipeed/MaixCDK
- Merge pull request #64 from MK16kawai/dev Dev 8ec9107
- feat: add uvc yuyv/mjpg stream API 7ec7dd3
- 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
- Merge pull request #72 from taorye/main feat: implement uvc in standalone mode and a little trim 681279d
- * fix rtsp memory leak 9b1df51
- * optimize rtsp demo 9e0a506
- optimize nn MUD file labels parse, strip all space cd0574e
- * update some examples 94d9eae
- * app_camera support timelapse record e853c34
- * optimize audio 7e7d4bc
- * optimize camera 26ca1a9
- commprotol support disable 9f962c3
- change NN dual_buff arg default to false, fix #68 bef2002
- add tof_opns303x support fcddd54
- * pinmap support P24 01b17fa
- * video decoder support output grayscale format b9b9470
- * to_format() support nv21 to grayscale fff6378
- * update image method example dc0e11b
- and 2 more ...
Neutree pushed 20 commits to main sipeed/MaixCDK
- * fix rtsp memory leak 7953f4c
- * optimize rtsp demo c8f8e26
- optimize nn MUD file labels parse, strip all space 65effcd
- * update some examples f0f0dfb
- add tof_opns303x support c3f2239
- * app_camera support timelapse record edb5310
- * optimize audio 2cfabee
- * optimize camera 4cd00a0
- commprotol support disable a92f791
- change NN dual_buff arg default to false, fix #68 ccafbe2
- Merge pull request #67 from MK16kawai/dev add mlx90640&opns303x 8b4f0b8
- * pinmap support P24 70fa3aa
- * video decoder support output grayscale format 618d1df
- * to_format() support nv21 to grayscale 22dba04
- * update image method example 999d5a8
- add YOLOv8/YOLO11 OBB support 6993120
- feat: add uvc yuyv/mjpg stream API 87aa774
- feat: uvc_demo without shm 3841d1e
- feat: implement UvcServer to run uvc in standalone mode and trim UvcStreamer and implement helper_fill_mjpg_image f... 2d782b1
- Merge branch 'main' into dev c345bf4