Skip to main content

Questions tagged [resolution]

Questions about image resolution.

0 votes
0 answers
26 views

black screen after changing resolution in CentOS 9 [closed]

When I installed CentOS 9 I faced with an error like this: "nouveau sched error 20". I solved it by adding "splash nouveau.modeset=0" to the end of kernel configuration in the grub ...
amirabbas Gheisary's user avatar
0 votes
0 answers
29 views

How do I change camera resolution without zooming in in Python OpenCV [duplicate]

From what I've seen you can alter the resolution of a frame using the following code using OpenCV: cap = cv2.VideoCapture(0) # Adjust index if necessary cap.set(cv2.CAP_PROP_FRAME_WIDTH, 640) cap....
Arnar Gylfi Haraldsson's user avatar
0 votes
0 answers
19 views

How can i find the video with different resolution details

How can I find a video with different resolution which are contains in video file. Actually i am working on a react app to create a multiresolution video player it will take the video from the user....
Mohd Mustajab khan's user avatar
0 votes
0 answers
16 views

Raspberry pi camera module photos from script too low resolution

Please forgive me as I am not a programmer, I cannot code and I have never learned to code. However, I need some code to take a photo with a raspberry pi camera module V2 every x minutes and upload it ...
nielsgeode's user avatar
0 votes
0 answers
9 views

How to do dynamic upscaling using ESPCN?

I am currently doing 2x and 3x upscaling using ESPCN using pre-defined weights, is there any way that I can do dynamic upscaling, by changing the parameters/models/weights, basically anything? I am ...
Manan Hingorani's user avatar
0 votes
1 answer
46 views

How to Maintain Original Image/Video Resolution

I am currently facing an issue with image and video attachments in Odoo. Whenever I attach an image or video with high resolution, it gets automatically compressed and its size is significantly ...
Siddharth Tarpada's user avatar
1 vote
0 answers
43 views

How do I retain the original jpeg image quality when I create a canvas

I have a form that displays a bunch of barcodes in jpeg format. When I right-click on an image and choose "saveAs", the file is saved with the original quality of the jpeg: <div style=&...
Chris's user avatar
  • 768
1 vote
1 answer
42 views

Resolution of the Convolution / Inverse Convolution in Python

The discrete convolution is defined as: Discrete convoltuion Both Scipy and Numpy packages have a function for convolution and Scipy has one for the inverse convolution. However, in all three cases, ...
Kubrik's user avatar
  • 11
0 votes
0 answers
30 views

Set metadata in TIFF files with gdalUtilities?

I'd like to modify the metadata of a TIFF file, in particular the TIFFTAG_XRESOLUTION, TIFFTAG_YRESOLUTION and the TIFFTAG_RESOLUTIONUNIT in which they are expressed. Is this possible with R? With ...
Jean-Luc Dupouey's user avatar
0 votes
1 answer
60 views

Get resolution of pictures in Word file with VBA

I have a question that I was not able to get answered after last hour of internet search. I need to loop over all figures in a document and check resolution to see if it at least, say 600 dpi. I ...
Diego Talledo's user avatar
0 votes
0 answers
44 views

Is there a way to resolve the issue of resolution changing the size and position of my macro buttons?

I spent a long time making an excel workbook that uses macro buttons and its important to me that the buttons stay the same size and in the same position. However, every time I view the workbook on my ...
Marie's user avatar
  • 1
0 votes
1 answer
40 views

How to increase resolution of turtle screen in Python?

I use the code turtle.setup(600, 600) and it fills 70% of my desktop. I want to make this smaller but still maintaining the 600x600 turtle screen. I tried to use turtle.screensize(canvwidth=600, ...
Daryl Galang's user avatar
1 vote
1 answer
34 views

How to regrid big matrix in Python without interpolation?

I need to re-grid fine matrix variable, called "fine_var" with dimensions of (12,1800,3600) (time lat lon) to coarse matrix variable, called "coarse_var" with dimension (12,180,360)...
frank's user avatar
  • 91
0 votes
0 answers
11 views

Why the cropped photo with ExtImageView package from github has a very low resolution

Does anyone know why the resolution of cropped images with this package has a low resolution? https://github.com/wwdablu/ExtImageView I don't know what to try to make it work. Maybe is a setting ...
John's user avatar
  • 1
0 votes
0 answers
14 views

How do I fit the card view to the size of the recycler view?

I am making a list with a recycler view and in each view item I want to put a card view, but it doesn't fit the full size, as shown in the image. recylcerview code where it has the screen size ...
roberto Aruquipa's user avatar

15 30 50 per page
1
2 3 4 5
159