Bebop Drone flying programmatically with ROS and Bebop_Driver
ROS driver for GOPRO based on KonradIT / goprowifihack
Controlling UAV using hand gestures
This is a collection of experiments based on ros_pyparrot driver for Mambo Parrot Drone
Basic Vicon-ROS tutorial
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
TOTON95/Arduino_Drawing_Robot_OpenCV_OpenNI 0
Drawing Robot using Arduino, a Serial Interface and OpenCV/OpenNI with Kinect
TOTON95/Arduino_Mega_SRAM_6116 0
Interface between an Arduino Mega 2600 and a SRAM 6116 / Interfaz entre un Arduino Mega 2600 y una SRAM 6116
ROS Bluetooth Low Energy Client
TOTON95/ffmpeg-libav-tutorial 0
FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more
fork greattoe/Bebop_ROS_Examples
Bebop Drone flying programmatically with ROS and Bebop_Driver
fork in a day
startedfwillett/handwritingBCI
started time in 3 days
issue openedsignal11/hidapi
REPO NOT MAINTAINED - please see libusb/hidapi
This repository is no longer maintained.
Actively maintained fork with a lot of bugfixes: https://github.com/libusb/hidapi
For curious https://github.com/signal11/hidapi/issues/373 https://github.com/signal11/hidapi/issues/429
created time in 5 days
issue commentleandromoreira/ffmpeg-libav-tutorial
How to control the palying speed?
OK.Thankyou. I think I need control it by hand.
comment created time in 5 days
issue commentleandromoreira/ffmpeg-libav-tutorial
How to control the palying speed?
I just want to know how to get the default speed of a video? May I use the value of AVPacket'pts? May I control the speed by hand through translating this value?
comment created time in 5 days
startedpallets/click
started time in 7 days
created repositoryconrad-blucher-institute/FogNet
Fog Prediction using 3D CNN with dense block and attention
created time in 8 days
startedTOTON95/ros-gopro-driver
started time in 9 days
fork lorenzo-bianchi/ros-gopro-driver
ROS driver for GOPRO based on KonradIT / goprowifihack
fork in 9 days
startedTOTON95/ros-gopro-driver
started time in 10 days
startedWayfireWM/wayfire
started time in 12 days
startedDSSAT/dssat-csm-os
started time in 12 days
startedpyserial/pyserial
started time in 13 days
startedryanoasis/nerd-fonts
started time in 14 days
started373yuki/invpendsim
started time in 15 days
started373yuki/pyctrl
started time in 15 days
startediglance/iGlance
started time in 16 days
issue commentsignal11/hidapi
Can you show an example for communicating with a simple mouse?
Windows exclusively captures special input devices like mouse or keyboard so those cannot be opened as a raw HID devices, i.e. hidapi cannot open mouses or keyboards.
On Windows only a focused window can receive mouse/keyboard events, and only using WinAPI, like WM_MOUSEMOVE. Otherwise any background application could capture when you enter your password(s)/credit card credentials, etc.
comment created time in 20 days
issue openedsignal11/hidapi
Can you show an example for communicating with a simple mouse?
I would like to get the raw movement and button click reports from my mouse using your hidapi.dll but I don't know the correct format to send the request for the movement and button reports. I know that for every time I call the hid_read function to receive a report, I must first have called the hid_write function to send a request for that report. What is the correct format for the mouse movement report request that the computer must send to the mouse, prior to actually receiving the report? I see a lot of documentation online about HID report "descriptors" for the mouse report like documented at https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/mouse-collection-report-descriptor but this is the report descriptor, not the report request. Where does the descriptor fit into the whole request/response scheme for getting an HID report? Is the descriptor the same thing that I've been referring to as the "report request"? An actual example of this would be nice, as it would far more practical than the current HID example given on the main page of this Github project (the current example being for some device I've never heard of called "Microchip USB Generic HID").
created time in 20 days
startedmysql/mysql-server
started time in 22 days
startedRH12503/triangula
started time in 22 days
startedzellij-org/zellij
started time in 22 days
created repositoryekrell/learn-planning-space
Learning focused search spaces for path planning applications
created time in 23 days
The NumPy home page
fork in a month
issue closedleandromoreira/ffmpeg-libav-tutorial
[Question] About libavformat avio, How to use custom asynchronous IO.
Note: It is asynchronous IO, not synchronous IO.
closed time in a month
ChinaChenMingQuanissue commentleandromoreira/ffmpeg-libav-tutorial
[Question] About libavformat avio, How to use custom asynchronous IO.
@leandromoreira, Only multiple processes can be selected to solve. If you have a method, I hope you can give an example.
comment created time in a month
issue commentleandromoreira/ffmpeg-libav-tutorial
[Question] About libavformat avio, How to use custom asynchronous IO.
@leandromoreira, FFmpeg has no asynchronous IO. Server needs asynchronous IO to wait for client code. Cannot host a client in one thread.
comment created time in a month
issue commentleandromoreira/ffmpeg-libav-tutorial
[Question] About libavformat avio, How to use custom asynchronous IO.
But FFmpeg API avio_alloc_context does not support asynchronous IO. It's so hard to find a modern codec library.
comment created time in a month
issue commentleandromoreira/ffmpeg-libav-tutorial
[Question] About libavformat avio, How to use custom asynchronous IO.
I want to call the FFmpeg API, Don't want to change the FFmpeg code. I don't like the GPL.
comment created time in a month