Open lherman-cs opened 3 years ago
Also, AutoExposureRoiHeight_Val seems to be an invalid key, whereas AutoExposureRoiWidth_Val exists. Is this expected? Is there a tool to list available nodes?
Yes, arv-tool-0.8
Please try to set auto exposure with it.
The log file content does not look like a regular debug output/
I'm closing this issue. Please reopen if you think there is still something to fix in Aravis.
My bad, I uploaded the wrong log. Below is the correct one:
@EmmanuelP would you mind reopening the issue? I don't have access to reopen. Thanks
I don't see any error or failure in the log.
Again, please use arv-tool.
@EmmanuelP toward the end, the camera responded with:
[GcRegisterNode::_set_integer_value] address = 0xc3424, value = 0x168
packet_type = cmd
command = write-memory-cmd
size = 12
id = 32
address = 0x00000000000c3424
00000000 55 33 56 43 00 40 02 08 0c 00 20 00 24 34 0c 00 U3VC.@.... .$4..
00000010 00 00 00 00 68 01 00 00 ....h...
packet_type = (null)
command = write-memory-ack
size = 4
id = 32
written = 0 (0x00000000)
00000000 55 33 56 43 06 80 03 08 04 00 20 00 00 00 00 00 U3VC...... .....
[[UvDevice::write_memory] Unexpected answer (0x8006) <-- this error
I tried usingarv-tool
, however the configurations are not reflected on Spinview. Is this expected? Or aravis has a different preset from Spinview? If it has a different preset, how can we confirm if the new settings are applied properly?
arv-tool command:
./arv-tool-0.8 control AutoAlgorithmSelector=Ae AasRoiEnable=true AasRoiWidth=300 AasRoiHeight=100 AasRoiOffsetX=300 AasRoiOffsetY=40
The command you have written above should output the actual feature value. What was the output of your command ?
Describe the bug
Aravis GStreamer plugin doesn't accept the camera's auto exposure ROI settings.
I was trying to set FLIR-BFS-U3-16S2C-CS auto exposure ROI from the GStreamer plugin:
Aravis seems to receive the parameters properly, but it errors out with a write error to the camera. Following are the logs from "all:3":
out.log
Also,
AutoExposureRoiHeight_Val
seems to be an invalid key, whereasAutoExposureRoiWidth_Val
exists. Is this expected? Is there a tool to list available nodes?To Reproduce
Expected behavior Expected the camera to be configured properly.
Camera description:
Platform description:
Edit: Updated the log file