python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
gst-launch-1.0 not showing video while pipeline is playing
I am trying to use a basler camera on an IMX8m-plus board.
The camera is detected as:
root@ucm-imx8m-plus:~# v4l2-ctl --list-devices
():
/dev/v4l-subdev0
mxc-isi-cap (platform:32e00000.isi:c...
kremerf
Votes: 0
Answers: 0
How to add widgets to pypylon ImageWindow?
Now I'm working with pypylon (https://github.com/basler/pypylon) which is a Python wrapper for C++ library for working with Basler camera. This library provides an oportunity to retrieve data (images,...
Dmytro Kolupaiev
Votes: 0
Answers: 0
OpenCV & C++: returned cv::Mat causes a Segmentation Fault
I'm writing a class that grabs frames from basler USB cameras using pylonAPI and converts them to openCV format. Here's the code of the grabbing method:
std::pair<cv::Mat, cv::Mat> GrabPair()
...
Mikhail Grechukhin
Votes: 0
Answers: 1