답변 있음
Using a native terminal command on raspberry pi and simulink programming.
Take a look at the following link: http://www.raspberrypi.org/phpBB3/viewtopic.php?t=45645. So the tesseract-ocr is available...

대략 10년 전 | 0

답변 있음
creating files on raspberry pi with simulink
The SD card used in Rspberry Pi has two partitions. One is a FAT32 boot partition the other is an EXT partition where Linux root...

대략 10년 전 | 2

| 수락됨

답변 있음
Simulink with Raspberry Pi Camera Capture
The Raspberry Pi camera is supported by the Simulink. The Raspberry Pi Simulink Block library has a block called "V4L2 Video Cap...

대략 10년 전 | 2

| 수락됨

답변 있음
Using Raspberry Pi camera with Matlab R2013
The short answer is yes. You must follow the instructions posted in the comments section of the following link: http://www.math...

대략 10년 전 | 0

답변 있음
Raspberry Pi Simulink DAQ problem with ALSA Audio Capture block
Raspberry Pi has no built-in audio recording device. You need to attach a USB soundcard to your Raspberry Pi to record audio. ...

대략 10년 전 | 0

답변 있음
Is there hardware support for Raspberry Pi camera module?
In R2014a release of MATLAB, a MATLAB Support Package for Raspberry Pi has been released. This support package introduces a MATL...

대략 10년 전 | 0

답변 있음
Raspberry monitor output device with Simulink Libraries for Raspberry Pi in Matlab 2013
There is an "SDL Video Display" block in the Simulink library for Raspberry Pi. This block takes an RGB or YCbCr image as input ...

대략 10년 전 | 0

답변 있음
While trying to load the Raspberrypi inversion Simulink model on to Raspberry Pi, got the error as seen in the below image. Someone please suggest any solution?
I am guessing that you have run out of space on your Raspberry Pi. Did you expand the file system on the SD card after installi...

대략 10년 전 | 0

답변 있음
The error when install the raspberry pi
The error is not descriptive enough to diagnose what is happening. General trouble-shooting steps when writing to the SD card ar...

대략 10년 전 | 0

답변 있음
Is there a possibility of real-time processing of Raspberry Pi's real-time output?
You can send the sensor output or any signal in the Simulink model to a secondary model running on your host computer using UDP ...

대략 10년 전 | 0

| 수락됨

답변 있음
Deployment of Simulink model to Raspberry Pi
Selam Zafer, Herkesin anlayabilmesi icin sorunu ingilizce cevapliyorum. Translated question: Can I create a stand-alone ap...

대략 10년 전 | 0

답변 있음
Simulink communication to Raspberry USB port
It depends on what you attach to the USB port. For example, if you attach a USB Webcam, the Raspberry Pi registers it as a V4L2 ...

대략 10년 전 | 0

답변 있음
Raspberry Pi Firmware Update Issues
Disable your anti-virus software before starting the installation.

대략 10년 전 | 0

답변 있음
Raspberry Pi - Audio play, sample rate error.
The number of samples going into the block is higher than the block can accommodate. You have to change the sample time of the s...

대략 10년 전 | 0

답변 있음
Programming Raspberry Pi with Simulink
Try disabling whatever anti-virus program you are using. We observed download time-out with some anti-virus software such as Kas...

대략 10년 전 | 0

답변 있음
build standalone application running in Raspberry Pi?
Yes. The Simulink model is converted to an executable that runs on the Raspberry Pi board. Typically, the executable is saved in...

대략 10년 전 | 3

| 수락됨

답변 있음
Is there hardware support for Raspberry Pi camera module?
Yes, the Raspberry Pi Camera Board is supported. You basically use the "V4L2 Video Capture" block after loading the V4L2 driver ...

대략 10년 전 | 0

답변 있음
about capture a img at stream video that running (simulink)
Take a look at the "Motion Sensor Camera" demo included in the Raspberry Pi support package. It does exactly what you want, i.e....

10년 초과 전 | 0

답변 있음
Rasperry Pi target hardware wont install
Can you decompress the firmware manually using 7zip? Go to the folder where MATLAB downloaded the firmware, manually decompress ...

10년 초과 전 | 1

답변 있음
Shell command in Function running on Raspberry Pi
You can run non-interactive commands on the Raspberry Pu using the "raspberrypi" object. >> h = raspberrypi >> [status, mess...

10년 초과 전 | 0

답변 있음
Burn code into raspberry pi
The executable for any Simulink model that you run on the Raspberry Pi is saved on the SD card of the Raspberry Pi. You can find...

10년 초과 전 | 0

답변 있음
Don't stop programm on raspberry pi after cutting connection to simulink PC
No it does not. If you run your program using the "Deploy" button in Simulink, the program runs un-tethered to Simulink. Even wh...

10년 초과 전 | 0

답변 있음
create Local Area Connection raspberry pi on my computer
Can you provide some more information about your issue. For example, which option did you select in "Configure network" screen o...

10년 초과 전 | 0

답변 있음
In Simulink: Can the output argument of a function be used to input a text string (converted to uint8) to a Raspberry Pi eSpeak block?
Yes. It should. The 'eSpeak' block has been created using a MATLAB function block. You can right-click on the block and choose "...

10년 초과 전 | 0

| 수락됨

답변 있음
Rasbperry Pi image inversion example issue: external mode does not work
I am guessing that you are using R2013a. The instructions in the demo apply to R2013b release. For step-by-step instructions on ...

10년 초과 전 | 0

| 수락됨

답변 있음
How to debug a simulink model running on a raspberry pi
After simulating your model on the host computer, you should run the model in "External Mode". In this mode, the model actually ...

10년 초과 전 | 0

답변 있음
Matlab external mode error: Error occurred while executing External Mode MEX-file 'ext_comm':Timed-out waiting for first connect response packet
Are you able to ping your PandaBoard? If, for some reason, your host computer cannot talk to the PandaBoard. You would typically...

10년 초과 전 | 0

답변 있음
Matlab does not connect with my PandaBoard
Execute the following commands on a MATLAB prompt after replacing your MATLAB install location and the IP address: >> cmd = '...

10년 초과 전 | 1

답변 있음
Implement TCP/IP Send and Receive in Raspberry Pi
I believe most of your questions are answered in Giampiero Campa "Device Drivers" submission to MATLAB File Exchange. If you did...

10년 초과 전 | 0

답변 있음
Is it possible to use a WiFi dongle on a Raspberry Pi that is being used as a simulink target?
Yes. As long as there is some form of Internet connection, wired or wireless, Simulink will be able to talk to Raspberry Pi. For...

10년 초과 전 | 1

| 수락됨

더 보기