812
submitted 3 weeks ago* (last edited 3 weeks ago) by ordellrb@lemmy.world to c/linuxmemes@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] DannyBoy@sh.itjust.works 47 points 3 weeks ago* (last edited 3 weeks ago)

That's not the worst idea ever. Say a screenshot is 10 mb. 10x60x 8 hours =4800mb per work day. 30 days is 150gb worst case scenario. I suppose you could check the previous screenshot and if it's the same, then don't write a new file. Combine that with OCR and a utility to scroll forward and backward through time, it might be a useful tool.

[-] RandomLegend@lemmy.dbzer0.com 34 points 3 weeks ago

Are you on 16k resolution or something?

When i take a screenshot of my 3440x1440 display it's 1MB big. I mean this doesn't change the issue in its core but dramatically downsizes it

[-] NeatNit@discuss.tchncs.de 22 points 3 weeks ago

they're running 10 screens in parallel

[-] DannyBoy@sh.itjust.works 6 points 3 weeks ago

I just chose a number haha. That makes it much more feasible then.

[-] RandomLegend@lemmy.dbzer0.com 10 points 3 weeks ago* (last edited 3 weeks ago)

Also, 1MB on full resolution. You could also downscale the images dramatically after you OCR them. So let's say we shoot in full res, OCR and then downscale to 50%. Still enough so everything is human readable, combined with searchable OCR you're down to 7,5GB for a whole month.

Absolutely feasable. Let's say we're up to 8GB to include the OCR text and additional metadata and just reserve 10GB on your system for that to make double sure.

Now you have 10GB to track your whole 3440x1440 display.

[-] kurumin@linux.community 1 points 3 weeks ago
[-] Inductor@feddit.de 5 points 3 weeks ago

Optical Character Recognition. Basically just extracting text from an image.

[-] RandomLegend@lemmy.dbzer0.com 2 points 3 weeks ago

Optical Character Recognition

Making a program read a text in image form and make it computer-readable / searchable / selectable

[-] meekah@lemmy.world 27 points 3 weeks ago

Running OCR every second sounds like a great way to choke your CPU

[-] DannyBoy@sh.itjust.works 6 points 3 weeks ago

Once a minute, and only if the screen contents change. I imagine there's something lightweight enough.

[-] MacNCheezus 6 points 3 weeks ago* (last edited 3 weeks ago)

In order to be certified for running Recall, machines currently must have an NPU (Neural Processing Unit, basically an AI coprocessor). I assume that is what makes it practical to do by offloading the required computation from the CPU.

Apparently it IS possible to circumvent that requirement using a hack, which is what some of the researchers reporting on it have done, but I haven't read any reports on how that affects CPU usage in practice.

[-] wick@lemm.ee 1 points 3 weeks ago

Recall analyses each screenshot and uses AI or whatever to add tags to it. I'd assume that's what the NPU is used for.

[-] RandomLegend@lemmy.dbzer0.com 3 points 3 weeks ago

You could optimize it though.

As said one comment above, check if it's the same composition as before and don't take a screenshot if it didn't change. Make some rules to filter out video content so if you have a youtube video open it doesn't take a screenshot every second just because the video is running.

Or you could actually integrate this with your window manager. Only take a screenshot if you move / resize / open / close a window. Make a small extension for browsers that tell it to make a screenshot if you scroll / close / open a page. Then you don't have to make a screenshot and compare with the one before.

This wouldn't be as thorough as just forcing screenshots all the time and you would probably not catch stuff like writing a text in libreoffice as you don't change anything with the window. But it could be a resourceful way to do that.

And if for example no screenshot was taken for 1 minute because nothing called for that, you could just take one regardless. That way you have a minimum of one screenshot per minute or as often as window manager / browser calls for it.

[-] Evotech@lemmy.world 2 points 3 weeks ago

That's why the new cpus have npus on board...

[-] Evotech@lemmy.world 19 points 3 weeks ago* (last edited 3 weeks ago)

That's what recall is... It's literally screenshotring and. Ocr / ai parsing Combined with a sqllite database

[-] barsquid@lemmy.world 10 points 3 weeks ago

I think it would be hugely useful.

But obviously I don't want a malware company like Microsoft doing that "for me" (actually the purpose is hyperspecific ads if not long term planning to exfiltrate the data).

Not sure if I even trust myself with the security that data would require.

[-] Cargon@lemmy.ml 1 points 3 weeks ago

If only MS used DuckDB then they wouldn't have such a huge PR disaster on their hands.

[-] takeheart@lemmy.world 8 points 3 weeks ago

I mean taking the screenshot is the easy part, getting reliable OCR on the other hand ...

In my experience (tesseract) current OCR works well for continuous text blocks but it has a hard time with tables, illustrations, graphs, gui widgets, etc.

[-] renzev@lemmy.world 5 points 3 weeks ago

I suppose you could check the previous screenshot and if it’s the same

Hmmm... this gives me an idea... maybe we could even write a special algorithm that checks whether only certain parts of picture have changed, and store only those, while re-using the parts that haven't changed. It would be a specialized compression algorithm for Moving Pictures. But that sounds difficult, it would probably need a whole Group of Experts to implement. Maybe we can call it something like Moving Picture Experts Group, or MPEG for short : )

[-] JackbyDev@programming.dev 1 points 3 weeks ago

Just use JPEG instead of PNG.

this post was submitted on 05 Jun 2024
812 points (98.8% liked)

linuxmemes

19701 readers
291 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS