-
Hi,
I tried to display an image with PyQt5 using a simple get_frame() but it doesn't work. The method get_frame doesn't return any array.
```
import sys
from PyQt5.QtWidgets import QApplicatio…
-
Hello! I am having troubles aligning the color and depth images. I have a Rosbag with data from a RealSense Depth Camera D435i (and other sensors). I only have the rosbag and at the moment I do not ha…
-
@Mukku27 The conversion of the compressed image to np_arr and then decoding it into a BGR image (image) is correctly done, but this image is not used further, except for publishing an empty traffic s…
-
dear all,
I've 8 Dahua IPC running like a charm, up to latest upgrade.
after that the Integration could not connect anymore to the cameras.
here some info:
camera model: IPC-HFW5541E-SE
camera fw…
-
I have got the latest release of colmap. I am able to get SFM to work within colmap for a sequence of images (frames from video) to generate the
sparse point cloud for an object of interest. The fram…
-
**Describe the bug**
`Img` elements are not rendered correctly when used in `Camera` element.
**To Reproduce**
Try this code:
````ts
export default makeScene2D(function* (view) {
const camera…
-
Hi Everyone, this is not an bug but a question
I use this library but it seems that the camera photos is not uploaded in html.
I already grant access to camera and storage but upon clicking cam…
-
In a simulation with multiple cameras, we want the following:
1. Each camera has a visual representation (i.e., so when a camera looks at another camera, it sees it).
2. No camera should appea…
-
**Summarize your feature feedback**
I need to run the vuforia packaged AR project on Windows
**Describe your feature**
Just like packaging in Android, you can call the camera and use the camera…
-
Hi, thanks for the great work. I'm trying to recover the pointclouds sequence of the original videos. However, I find that I could not align the pointclouds according to the annotations *"pkl" file) a…