-
> What application are you using?
Other / Not sure
> Describe the problem.
Enhance the Collaboration Room conferencing technology
> How soon do you need this?
Flexible — An extended timeline …
-
#include
#include
int main() {
cv::VideoCapture cap;
cap.open(0);
cv::Mat bgr;
cap >> bgr;
cv::imwrite("test_get_camera.jpg", bgr);
return 0;
}
![test_get_cam…
-
> Is there any way to get a 2D 360-degree sensor or 3d 360-degree sensor??
I believe this was experimented within one of the branches. Would be useful to just expose it through Python.
-
I have recently explored darknet and observed that using zones with labels under each zone without any label specified under camera resulted in recording but there was no objects shown in log file. Th…
-
hi. Searching for a tool to edit footage from an lg360 camera, i found your work that seems very interesting.
But i cannot import my footage in davinci because it seems to have only auio data (novide…
-
From the work I've done so far I cannot seem to solve the issue of multiple camera sensors. In professional capture we use a combination of Navvis VLX (point cloud, panos and trajectory), DSLR and dr…
-
When opening the version [0.11.2](https://github.com/vcamapp/app/releases/tag/0.11.2) on macOS 15.0 (24A335) the application briefly shows a unity splash screen and then an empty screen. The app does …
-
Can I create a full range of rotations so I can have a quality output at all angles? for example 360 degrees.
-
Hi, first of all thanks for this great paper and code. I finally managed to get your code to work!!
First, I tried to a task of replicating Table 1 in your paper for Single-Scale mipnerf360 dataset(…
-
Dear sir,
Thank you for all your effort working on this project!
I use an Insta360 camera at 2Hz, and trying to perform **sequential feature matching** with overlap of 20 "shots" (1 "shot" is 2 …