Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
188 views

Describe the bug I'm trying to build a fake camera source with my own specific pattern using opencv. However the camera starts but seems to never get picked up by the arvtools/arvviewer. To Reproduce ...
Karim Dhrif's user avatar
0 votes
0 answers
173 views

I’m just starting to use Aravis and I’m stuck trying to get the Python libary to work. My system is a Docker (ubuntu:latest) container running over Windows 10 with WSL2. I have a HIKVision GigE camera ...
Francisco Ferraz's user avatar
0 votes
1 answer
317 views

I am having trouble getting chunk data from the Aravis Project Python library. The code confirms I am enabling the chunk data, yet when I grab a frame from the stream and try to read its chunk data ...
Chip Brommer's user avatar
0 votes
0 answers
1k views

I have been using a G-Streamer and ARAVIS project libraries to send live video feed from Genicam camera to Amazon Kinesis Video. I read the raw video using the GREY8 format and convert it to H264 ...
Shervin Mirsaeidi's user avatar
1 vote
2 answers
6k views

I'm trying to write a custom recipe for a library from github (Aravis). The build/install steps are done using meson and ninja. $ meson build $ cd build $ ninja $ ninja install Before writing/adding ...
il_mix's user avatar
  • 603
0 votes
0 answers
764 views

Although I tried some methods, all the libraries involved in my project were not linked, even the most basic rclcpp library. And there is also the problem that the header file cannot be found in ...
Echo's user avatar
  • 1
2 votes
0 answers
574 views

I'm running a script from a Linux terminal with Python 3.6.8 and the script started failing when I tried to expand it with a function definition. I whittled it down to the basics and found that the ...
Embed Ka's user avatar
0 votes
1 answer
698 views

Code is provided below. The line: device.set_string_feature_value('PixelCoding', 'Raw') is not working. It defaults pixelCoding to the default (Mono) I tired putting the lines: device....
Daniel Ramsey's user avatar