LDCT
LDCT
Sorry for the delay. I totally forget to mention that the source uses h264 codec over rtsp. Hence the error "not matched h264 mjpeg". So actually I have two questions:...
Hi all, just to add more on the tests carried out by @sergey-kuzminov. The setup is: - open62541 -> commit 16a182ea2e2fb872a0d0a826dc4b498f125ee697 (1.3.9 just prior to merge with 1.4) - cmake...
Hi all, I noticed an issue with the 1.3 adaptation from @sergey-kuzminov. This happens on all examples, so I'll pick the basic example (01), compiled in debug mode. If I...
Hi @sergey-kuzminov , I added your modification, and example 1 with string identifier: `QUaBaseDataVariable * varBaseData = objsFolder->addBaseDataVariable("my_variable", QUaNodeId("ns=0;s=myvar"));` works as expected, and does not trigger asserts anymore. By the...
Hi David, let me try to answer: - it is repeatable? Yes, but it takes a variable amount of time: from few days to 2-3 weeks - I'll try to...
@davidplowman this is a standard V3 camera, without Ir filter. Actually I tested a few. And the same thing happens.
I'm not totally sure, but it looks like this is something related to libcamera. I get the same results with this command: ``` libcamera-still -t 0 --autofocus-mode continuous --autofocus-range full...
``` LIBCAMERA_LOG_LEVELS=RPiAf:0 libcamera-still -t 10000 --autofocus-mode continuous --autofocus-range full --autofocus-speed normal [11:07:07.363444931] [16086] INFO Camera camera_manager.cpp:326 libcamera v0.5.0+59-d83ff0a4 [11:07:07.413319085] [16092] WARN RPiSdn sdn.cpp:40 Using legacy SDN tuning - please consider...
Reproducing the issue is pretty simple: 1. Start the camera with an object positioned at a certain distance (e.g., 1 meter) and wait for it to focus. 2. Prepare a...
Same behavior. To follow up my previous comment, I automated the c -> m -> c cycles when an absolute change in Lux is detected larger than 15. It works,...