python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AlliedVision ALVIUM 1800 U-040c not showing as /dev/video0
I have the camera in object connected through USB to my PC (Core i3 with Ubuntu 20.04).
dmesg shows me that the camera is correctly connected:
[ 2.116714] usb 2-1.2: new SuperSpeed USB device numbe...
Federico Nardi
Votes: 0
Answers: 1
How to pass a char *array (belonging to the user address space) to a tasklet or workqueue in a kernel module?
I’m writing a device driver. If someone calls the write operation I want it to be deferred (using tasklet or workqueue). The code should be something like that:
static ssize_t dev_write(struct file *f...
Silvia di Luise
Votes: 0
Answers: 1
I need to track changes to files, but I cannot think of a way
I have an idea that I am working on. I have a windows mini-filter driver that I am trying to create that will virtualize changes to files by certain processes. I am doing this by capturing the writes,...
S. Tracy
Votes: 0
Answers: 1
How to all C++/WinRT from UMDF2
I develop an UMDF2.0 driver using VS2019.
Inside this driver I need to communicate with an BLE device.
I have to use BluetoothLEDevice class to do this. This is a WinRT Api.
I'm completely lost on how...
EmbeddedDev
Votes: 0
Answers: 1