A

Results 7 comments of A

I was able to run GStreamer at 4032x3072 resolution modifying gstrpicamsrc.c Changed line: ` gst_caps_set_simple (caps, "width", GST_TYPE_INT_RANGE, 1, 3240, "height", GST_TYPE_INT_RANGE, 1, 2464, "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, RPICAMSRC_MAX_FPS, 1,...

I'm currently experiencing the same issue. The only workaround that i've found is changing the annotations offsetX and width ![pre](https://github.com/apexcharts/react-apexcharts/assets/5208600/a5df1298-068e-4ea5-81d8-d6192e873c45) ``` annotations: { yaxis: [ { y: 33.9, offsetX: -20,...

I've solved this issue rebuilding libcamera using v0.0.3 `git clone https://git.libcamera.org/libcamera/libcamera.git` `cd libcamera` `git checkout v0.0.3`

Removing/commenting the start&stop from the _PiCamera::capturePhoto_ function should work. I've tried with this modification with no problem at all. Anyway, I still get better performance using the video ``` bool...

This is happening to me also, downgrading to v1.18.5 seems to solve the issue OS and Version: Windows 11 VS Code Version: 1.87.0 C/C++ Extension Version: 1.19.4 If using SSH...

Hi @Colengms , When I talk about IntelliSense being slow, is >1 second (it wouldn't be an issue for me otherwise). I'm seeing **[Extension Host] Redundant folding ranges request received...

After a while, issues arise again. I have a some .h files in the same folder, like config.h and utilities.h ``` #ifndef CONFIG_H #define CONFIG_H #include #include #include #include #include...