Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Post History

66%
+2 −0
Q&A Camera USB device in file explorer - why so slow?

This is a function of how the device presents itself over the USB, and also possibly what file format it stores pictures in. Some modern cameras can be switched between being a "camera" or "file s...

posted 2y ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2022-01-15T15:08:45Z (over 2 years ago)
This is a function of how the device presents itself over the USB, and also possibly what file format it stores pictures in.  Some modern cameras can be switched between being a "camera" or "file system" over the USB.  Check the user manual.

To guarantee you see the pictures in part of your file system, take the memory card out of the camera and connect it via a separate "card reader".  That takes all the camera's fancy firmware out of the loop and lets the OS see the raw files.

One problem you might run into then is that the files are not in a standard format.  If so, you'll have to use software from the camera manufacturer to read the image files and convert them to something standard, like JPG or TIF.  Camera manufacturers generally have free software for that purpose, although it can be tedious to use if you just want at the raw image data to use your own software with.

High end image manipulation software often has built-in support for the proprietary formats of major camera manufacturers.  Such programs can then read the raw files off the flash card directly.