-
```
/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.16-master/oscplot.c:6856:10: error: 'gtk_tool_button_set_stock_id' is deprecated: Use 'gtk_tool_button_set_icon_name' instead [-Werror,-Wd…
-
I have the code below:
```py
assert np.array_equal(outarray, testdata)
iio.imwrite("test1.png", testdata, extension=ext, mode="RGB")
iio.imwrite("test.png", outarray, extension=ext, mode="RGB")
…
-
I get the following error log. Is this a naming conflict?
```/var/lib/dkms/applespi/0.1/build/apple-ib-als.c: In function ‘appleals_config_iio’:
/var/lib/dkms/applespi/0.1/build/apple-ib-als.c:46…
-
This is a proposal to add new methods to the `pyav` plugin API in order to expose pyav's audio read/write capabilities. Reading could look something like this:
```python
with iio.imopen(...) as file…
-
The current implementation only corrects and sets the display rotation and touch/pointer transformation matrix when iio-sensor-proxy reports a new sensor reading.
Other DEs with full autorotation sup…
-
This is a follow up on #914. Here is the code that breaks
```python
import imageio.v3 as iio
import imageio.v2 as iio2
import numpy, tifffile
data = numpy.random.randint(0, 255, (256, 256, 3), 'u…
-
Compilation errors with gcc 11
~~~
CALL scripts/checksyscalls.sh
CC drivers/devfreq/devfreq.o
CC drivers/rpmsg/rpmsg_core.o
CC drivers/iio/industrialio-core.o
CC …
-
Hi
I ran leaniiorx, then got following error.
% ./leaniiorx -f 2395e6 --bw 2000e3 -v
Setting RF bandwidth 2000 kHz
** IIO: in_voltage_sampling_frequency failed with Unknown error -…
-
The rand api call in sol-iio.c will generate the same random number sequence, since there is no srand call
-
I did error checks for the result of iio_create_context like here
https://github.com/analogdevicesinc/libiio/blob/9a82e3757208630886f6aff25f723d9ca95a9501/tests/iio_stresstest.c#L252C1-L268C4
Howe…