Questions tagged [gige-sdk]

29 questions
1
vote
2 answers

Convert raw image from JAI GigE camera to bitmap in C#

I'm using a JAI GigE Vision camera for image acquisition, but I want to use the AForge Library in C# for the image analysis to create a camera independent solution. Jai_FactoryWrapper.ImageInfo localImageInfo = new…
alfayadd
  • 23
  • 9
1
vote
1 answer

High speed transcoding image data from a gigE camera

I have an 8 mp (3296 x 2472) gigE camera that is capable of running at around 25 fps with 14bit Bayer encoded frames. I have code (using the vimba api) that can capture frames at full rate and wrote the raw data to disk. However, we also wish to…
mjbeals
  • 31
  • 1
  • 5
0
votes
0 answers

External USB or GigE Camera on an iPhone

I'm working on a vision project that is capturing videos with a dedicated app on an iPhone. Since the footage was only used to replay and watch, the rolling shutter effect was no issue. Now the idea is to use the footage for computer vision. So a…
0
votes
0 answers

Live Streaming using PYQT5 and GIGE Camera

I am try to make a GUI and stream live video with a GIGE camera. The code is currently working but the video slowly starts to get laggy and after 3-4 mins it gets really bad. After some testing I think it is a buffering issue. I thought that I could…
Ree
  • 1
0
votes
1 answer

How to get the "pixel" data values from a Photon Focus camera using the Pleora eBUS SDK c# or python?

I have a 3D Photon Focus camera ( MV1-D2048x1088-3D06-760-G2-8) and I am using C# with the Pleora eBUS SDK version 5.1.1 on a Windows 10 machine. The camera is set to scan a laser line in LineFinder Mode, DataFormat3D = 2 and is returning the data…
Cary H
  • 175
  • 7
0
votes
1 answer

OpenCV with GigE Vision Cameras (Baumer) and Python

I am trying to capture a GigE vision camera image with opencv python. I read some questions about capturing an image using the Baumer GAPI SDK with c++ HERE. I am a python programmer and I want to ask is it possible to implement the same method for…
FacelessVoid
  • 27
  • 1
  • 3
0
votes
1 answer

Can I use python to run a C# script file(.cs)?

I'm working with python on a project using OPT GIGE cameras. What I need now is to show the camera vision and capture a frame with my Python script. I didn't find anyway to connect to the gige camera with opencv in python, so I decide to use halcon…
Liu Alex
  • 11
  • 1
  • 3
0
votes
1 answer

Wrong file not found exception

I'm programming in C# using FlyCapture2 SDK (for point grey cameras) for GigE cameras. I debugged my code in my Laptop. It works in my laptop. I run it in my NUC PC (NUC is a mini pc produced by intel) and I get this error: An unhandled exception…
Babak.Abad
  • 2,839
  • 10
  • 40
  • 74
0
votes
1 answer

How to save Image from FLIR AX5 camera into raw format using eBus sdk

Intro: I am trying to write a program which connects to a FLIR AX5(GigE Vision) camera and then save images after regular intervals to a pre-specified location on my PC. These images must be 14bit which contains the temperature information. Later I…
khedar
  • 1
  • 3
0
votes
0 answers

Recording from GigE video device?

I've been tasked to record from a GigE video device, likely from Pleora. Even Pleora tells me that they don't support video recording in their SDK. A search on the net doesn't turn up a lot of resources to record from a GigE device... why is this…
lppier
  • 1,927
  • 3
  • 24
  • 62
0
votes
2 answers

Running Pleora EBus SDK samples all timeout

I'm currently trying to use the pleora sdk in order to connect to a FLIR AX5 thermal camera. I've tried to run all of the sample programs, found in ebus_sdk/share/sample. However, when I attempt to run them I am able to select the camera but all of…
Rick
  • 563
  • 3
  • 6
  • 24
0
votes
1 answer

Qt configuration for using Pleora Libs and include

i am having troubles in setting up the eviroment for develop a simple application using pleora SDK, i have include succedfully the libs and .h files in the .pro file , but when i just include a .h file e.g.: //main.c #include i just…
Ricardo_arg
  • 520
  • 11
  • 28
0
votes
1 answer

Return type of a Pointer to pointer

In the GigE SDK C++, the specification notes the definition of GetDataPointer() as follows: PvUInt8 * PvBuffer::GetDataPointer ( ) Get the buffer's data pointer. Const version. Returns: A pointer to the memory pointer. I used this…
gpuguy
  • 4,607
  • 17
  • 67
  • 125
-2
votes
1 answer

Increasing frame rate upto 30 fps and getting bayerrg8 from AVT GigE camera

I am using ubuntu and I have AVT GigEvision camera. The SDK for linux environment for this camera can be downloaded from [Link for Linux_SDK libraries] http://www.alliedvisiontec.com/us/products/legacy.html. I am able to acquire the images at 1…
user3217310
  • 144
  • 1
  • 17
1
2