kbarni

Results 14 comments of kbarni

...which is not a really a good practice for open projects IMHO. Can you please upload those files to another location too?

@bjajoh thanks for the PR, will test it and merge later this week.

In fact my code wans't merged in the `master` branch. currently the needed modification is: keyboardQueue.push_back(-(((unsigned int)(glfwGetKeyName(key,scancode)[0]) - GLFW_KEY_A + 1) | VKM_CTRLASCII)); at line `77` in file `src/c/arch/glfw/main.cc`

I didn't apply it to ALT because currently there are no alt-based keyboard shortcuts. But it's a good point. The fix still doesn't work, as getKeyName converts the key to...

Yep, that's it ! In fact the captured keypresses are treated as uppercase, and getKeyName transforms them to lowercase. So `key` is transformed from `'A'` (`GLFW_KEY_A`) to `'a'`. That's why...

I'm the developer of LCCV, and I agree that it would be best if the VideoCapture module would support libcamera as backend. I can help in solving this issue. And...

I get this error message while loading the [tiny-yolov3](https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/tiny-yolov3/model/tiny-yolov3-11.onnx) network from the official ONNX model zoo. I'm using OpenCV 4.5.5-dev

*libcamera* gets updated often, it is still in heavy development. The API is not fixed, so updates can break software that's based upon this library, this already happened at least...

Thanks @JuergenSmo for your work! Yes, you can send it so I look at it. Otherwise create a fork, put your version on that fork, and make a pull request...

This is currently not a part of lccv, but I plan to add later the possibility to get the native resolution of the sensor.