Micro SDXC Memory Card 128GB-Speederlash Camera Plus TF Card with Adapter, Up to 90MB/s Read Speed, 4K UHD&5K Video Support, U1, V30, A1 Rated, Waterproof, for Security Camera, Dashcam
$8.15 – $35.99Price range: $8.15 through $35.99
Product Description
/** * Common event handler for click and keydown events. * @param {Event} event - The event object. * @param {Function} handleClickOrEnter - Function to handle click or Enter key events. * @param {Function} handleEsc - Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === 'click'; const isKeydown = event.type === 'keydown'; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } }
/** * Function to handle esc key event. * @param {Event} event - The event object. */ function handleEsc(event) { event.target.blur() // force remove focus }


U1 means it’s a slow, low-end card?
Not always. Paired with V30, it can still offer great performance for 4K video.
U1 and V30 are the same thing?
U1 = 10MB/s, V30 = 30MB/s. V30 is stricter, and better for video.
If I’m using it for apps, A1 is enough?
A1 is fine for light-to-moderate app use. For heavy gaming or multitasking, go A2.
How to Choose a Card in 10 Seconds?
Want video? Look at V ratings.
Running apps? Look at A ratings.
Transferring files fast? Read speeds matter.
Storage heavy user? Go 128GB or above.
What Do These Ratings Mean?
U1 | UHS Speed Class 1, Minimum sustained write speed of 10MB/s, Good enough for Full HD (1080p) video |
V30 | Video Speed Class 30, Sustained write speed of 30MB/s, Smooth recording of 4K videos without frame drops |
A1 | App Performance Class 1, Random Read ≥1500 IOPS, Write ≥500 IOPS, Suitable for running apps on Android devices |
90MB/s Read | Fast file transfers (not recording), Helps when copying files to/from the card |
32GB–512GB | Choose based on how many files/apps/videos you need, versatile for most devices and users |

Surveillance Devices
24/7 Reliability: Endurance-rated for continuous recording, withstands extreme temperatures (-25°C to 85°C), and V30 speed ensures no dropped footage.

Drones
Aerial Mastery: Shockproof design and V30 video class for smooth aerial recording, even in high-altitude or high-vibration environments.

Cameras
Capture Brilliance: 100MB/s read for rapid burst shooting and 4K video, compatible with DSLR and mirrorless cameras.

Vehicle recorder
Built for loop recording, with 10,000+ write cycles for years of reliable use.
Micro SDXC Memory Card
128GB | Capacity | 128GB |
90MB/s | Speed | 100MB/s |
Camera Plus | Series | Gaming Max |
128GB | Capacity | 128GB |
90MB/s | Speed | 160MB/s |
Camera Plus | Series | 4K Pro |
- 128GB Gaming Max TF Card
- 128GB 4K Pro TF Card
Weight | N/A |
---|
You must be logged in to post a review.
Reviews
There are no reviews yet.