Dima Kogan
Dima Kogan
Hi. This is a gentle ping. The Debian repos will freeze in preparation for the next release in a month or two. I'm waiting on this to be resolved before...
Thank you! I will look at this in a bit. I'm closing this issue now. if I find any problems, I'll open a new issue.
[email protected] writes: > Hi, Dima. Thanks for the feedback on this. Hello again, Simson. > Clearly, I need to remove this: > > #pragma GCC diagnostic ignored "-Wcast-align" > >...
I'd like to ACK this. The abi-dumper tool doesn't work on a current Debian system. I get this: ``` Reading debug-info ERROR: invalid debug_loc section of object, please fix your...
Hello. I'm trying to use bulk transfers for my camera (https://aravis-project.discourse.group/t/how-to-execute-bulk-serial-transfers-in-aravis/728, https://github.com/AravisProject/aravis/issues/883). I have the "correct" packet trace from running the vendor's code, and it's using an Event to get...
I poked at this a bit more. In short, I wasn't setting the socket buffer size properly, and fixing that made it work. Notes: The socket buffer size can be...
Thanks for the suggestion. I tried `arv_device_write_memory()` and `arv_gc_register_get_address()`, and they are an effective workaround. When I look at the "good" packet trace, I see the payload data being preceded...
Oh wow. I definitely would like more info. Like I said, I tweaked the code to add the "payload-size" field, and the packet traces then showed that I'm sending the...
Ah. OK. Here's a trace from using the eBUSPlayer, where the data is sent and received properly. The send is event 369 and the reply is event 371. Note the...
Thanks for the report. Just so you know, this isn't the primary ltrace repo, but I'll get it to the right place. Also, keep in mind that this project is...