I'm pretty new to python and espcially tkinter and opencv. I want to add new new video in python opencv. how to do this? This code is mainly for recording purpo
I tried to implement a new function in the eprosimas FastDDS DomainParticipant class which causes a symbol lookup error. My executable is called "Vector". It sh
I am calling a third party service, which return a pdf file by IO.Stream. I need to change to MemoryStream, and save to a pdf file.
I'm having the classic issue of my Angular 11 app not working after having made some changes, without knowing which change caused it. The app should be redirect
I am using Eclipse to write and test Java. I am a beginner so i don't know anything about Eclipse. The problem occurs when I try to run the Java file I just wr
Is the volley retry policy triggered for all types of errors such as NetworkFailure, ServerFailure, NoConnectionFailure etc. and for all non 2xx response codes?
here's the code i'm using FirebaseMessaging.getInstance().getToken().addOnCompleteListener(task -> webView.getSettings().setUserAgentString(task.getResult())
I have post the similar question before,however,I think I may have misinterpreted my question,so may I just post my origin code here,and looking for someone can
I want to compress an array consisting of about 10^5 random integers in range 0 to 2^15. The integers are unsorted and I need to compress them lossless. I don