bluetooth12

Results 8 comments of bluetooth12

seems to be related to: Severity Code Description Project File Line Suppression State Error (active) E0312 no suitable user-defined conversion from "std::shared_ptr" to "std::shared_ptr" exists ScreenCapture XX\screen_capture_lite\ScreenCapture\ScreenCapture\ScreenCapture.cpp 131 for lines...

as well as this Severity Code Description Project File Line Suppression State Error (active) E0312 no suitable user-defined conversion from "std::shared_ptr" to "std::shared_ptr" exists ScreenCapture XX\screen_capture_lite\ScreenCapture\ScreenCapture\ScreenCapture.cpp 174 for lines 174,...

I was able to build and run the code in MVS 2019 with c++20 (I think). Do you have a version that runs on MVS 2017?

Understood. I'm trying to see whether what you have is something I would be able to use for a video conferencing tool. I need to write individual images (screen captures...

3. Why do you have ScreenCapture_C_API.h? Why not write in pure C++? Why do you have a bunch of wrappers?

Yes. I commented out everything that you have in main below: `std::this_thread::sleep_for(std::chrono::seconds(10));` The first image saved is indeed my full monitor (not sure about having several monitors) but I also...

I ran your code and got 95 images. Here are the first 4. The first image is the full monitor. The rest of them are pieces of my monitor. ![0MONITORDIF_](https://user-images.githubusercontent.com/8892431/176724373-37c732bd-8e5f-4ab8-88b8-3af367bf583f.jpg)...

I tried the code above (see below) and I get three files: model_step3_exp3_new.ckpt.data-00000-of-00001 model_step3_exp3_new.ckpt.index model_step3_exp3_new.ckpt.meta What do I put in ROLO_network_test_all.py (approx line 264)? self.rolo_weights_file= 'C:/Users/el006794/ROLO-master/model_step3_exp3.ckpt' OLD_CHECKPOINT_FILE = "C:/Users/el006794/ROLO-master/model_step3_exp3.ckpt" NEW_CHECKPOINT_FILE...