Remember
Register
Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
JeVois Tech Zone
We have moved to a new forum at
http://jevois.usc.edu
, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.
All categories
User questions
(151)
Hardware Questions
(82)
Programmer Questions
(254)
Misc Questions
(38)
525
questions
591
answers
651
comments
700,813
users
Related questions
Is it possible to send both image and IMU data back to host computer through USB cable?
I am trying cause my Arduino UNO to trigger the recording of Video through the Save Video Module in Jevois.
USB baud rate
Serial over USB not working with raspberry pi zero
Hardware serial gives no module output without USB connection
Most popular tags
jevois
serial
python
arduino
ubuntu
jevois-inventor
module
aruco
host
jevois-sdk-dev
programming
tensorflow
bug
raspberry-pi
communication
windows
opencv
inventor
report
camera
ar0135
c
yolo
output
build
green-light
jevois-daemon
write-your-own-module
marker-detections
mavlink
sdcard
lens
objectdetect
dnn
usb
windows-10
darknet
qrcode
recognition
detection
hardware
install
platform
software
global-shutter
noir
tflite
custom-model
jevois-inventor-windows
hello-jevois
binary
demos
sensor-model
focal-length
resolution
freezing
fan
sensor
power
objecttracker
sdk
connector
video
linux
frame
green-light-on
hibernate
ov2640
people-detection
script-from-host
jevois-inventor-ubuntu18
ubuntu18
mobilenet
low-frame-rate
svm
nodemcu
frc
darknetsaliency
apt-get
laser
imu
artoolkit
timer
gucviewer
face
not-recognized
road-navigation
navigation
counting
eye-tracking
road
cli-command
wifi
slow
debug
color
gpu
pointer
gdb
parameters
Write sdcard through USB
0
votes
Hello,
Newbye question : is it possible to modify sdcard file content trough usb (ie not to unplug sdcard) ?
I fear no but just to check ...
asked
Apr 26, 2017
in
User questions
by
stilgar
(
360
points)
Please
log in
or
register
to answer this question.
2 Answers
0
votes
Actually I would think you can.
When I put the sdcard into my Linux computer, I can see 2 partitions being mounted. There should be no problem editing/adding/deleting files on the SD card.
Not sure what filesystem is being used, so you may need a Linux computer for that.
Cheers
answered
Apr 26, 2017
by
frawau
(
160
points)
Please
log in
or
register
to add a comment.
0
votes
No, the device currently only exposes a video device and a serial device over usb.
It's technically possible to modify the linux image to also expose an MTP device, but it would require some work, and may not play nice with the existing devices.
answered
Apr 27, 2017
by
pelrun
(
2,330
points)
MTP unfortunately is not an option because it requires 3 endpoints and we only have 2 left. But we now have USB mass_storage working and we can browse the files on the microSD inside JeVois while streaming video at the same time. Coming soon in JeVois 1.1
Please
log in
or
register
to add a comment.
...