Search found 900 matches

by Realizator
Thu Jul 09, 2020 10:49 am
Forum: StereoPi hardware
Topic: USB Wifi stops after Stereopi is accessed from Android
Replies: 6
Views: 3884

Re: USB Wifi stops after Stereopi is accessed from Android

Ah, raspi-config try to save updated config files, but our filesystem is read-only. Try to unlock both "/" and "/boot" before the raspi-config: sudo mount -o rw,remount / sudo mount -o rw,remount /boot As for logs - all of them are disabled, as we have a consumer-like approach and read-only filesyst...
by Realizator
Thu Jul 09, 2020 10:44 am
Forum: Video, photo (livestream, recording, photo capturing)
Topic: apt-get update SLP image trouble
Replies: 8
Views: 5077

Re: apt-get update SLP image trouble

Zoldaten, apt-get upgrade is a bad thing, as I mentioned :-) At least you can see the error stage - "Starting local network connection on Wlan0". Try to look in run.sh and find the workflow we use. Some tips: In run.sh we are starting wlan manager: ./scripts/wlan-switch.php & this file includes "wla...
by Realizator
Wed Jul 08, 2020 5:35 pm
Forum: Video, photo (livestream, recording, photo capturing)
Topic: apt-get update SLP image trouble
Replies: 8
Views: 5077

Re: apt-get update SLP image trouble

Zoldaten, I just planned to suggest you unlock BOOT, but you find this by yourself! :-) As for the reboot - as you mentioned, run.sh is the main file we start to run. So you can simplify it (by commenting) and find the reason for your reboots. All reboots we used have some special reason (like imple...
by Realizator
Wed Jul 08, 2020 5:11 pm
Forum: StereoPi hardware
Topic: USB Wifi stops after Stereopi is accessed from Android
Replies: 6
Views: 3884

Re: USB Wifi stops after Stereopi is accessed from Android

I'm glad it works for you! :-)
As for the UART - we have "enable_uart=1" in /boot/config.txt by default. But we reconfigured UART as a serial com-port for the telemetry data flow. But you can assign UART back to Console using "raspi-config".
by Realizator
Wed Jul 08, 2020 1:15 pm
Forum: StereoPi hardware
Topic: USB Wifi stops after Stereopi is accessed from Android
Replies: 6
Views: 3884

Re: USB Wifi stops after Stereopi is accessed from Android

Hi Samir_sogay, Power lines to USB ports goes directly from the power source. We did it specially for cases like yours, when you need to connect high-power USB device. Your Alfa is really hungry for power. Just use more powerful power source, and it should work. Actually, when you start a livestream...
by Realizator
Tue Jul 07, 2020 9:57 pm
Forum: Video, photo (livestream, recording, photo capturing)
Topic: apt-get update SLP image trouble
Replies: 8
Views: 5077

Re: apt-get update SLP image trouble

Hi Zoldaten, This partition feature has been discussed on our forum :-) To say briefly, after each boot SLP try to fond FAT32 partition, and if it is not existing - try to create it, using all free space... after it's 2Gb of ext4, i.e. 3932160 in our case. And does a reboot after that. So if you ext...
by Realizator
Thu Jul 02, 2020 5:40 pm
Forum: StereoPi mechanics
Topic: StereoPi AnyCase Kit
Replies: 6
Views: 17891

Re: StereoPi AnyCase Kit

fraserbarton wrote:
Thu Jul 02, 2020 11:55 am
...
How can we arrange this?
I wrote you an email to the address you provided when you registered on this forum. Please reply! :-)
by Realizator
Wed Jul 01, 2020 4:59 pm
Forum: OpenCV, Python and other image processing
Topic: Set max resolution
Replies: 28
Views: 42338

Re: Set max resolution

Whoa, great! Congratulations! :-)
by Realizator
Wed Jul 01, 2020 4:32 pm
Forum: OpenCV, Python and other image processing
Topic: Set max resolution
Replies: 28
Views: 42338

Re: Set max resolution

pascalfust wrote:
Wed Jul 01, 2020 4:30 pm
The USB ports offen lack power, sometimes limiting to 2 amps. The stereopi, however, might ask for mor than that
Actually, USB 2.0 is limited by 0.5A (500 mA). But I agree, to catch up that problem we need at least to exclude the power issue.
by Realizator
Wed Jul 01, 2020 4:28 pm
Forum: OpenCV, Python and other image processing
Topic: Set max resolution
Replies: 28
Views: 42338

Re: Set max resolution

Jlurban, I put an update to my previous answer. Please take a look :-)
UPD> As for your power source - please try to provide power from the dedicated power adaptor, like a phone or tablet charger, able to provide at least 2A current.
by Realizator
Wed Jul 01, 2020 4:15 pm
Forum: StereoPi mechanics
Topic: StereoPi AnyCase Kit
Replies: 6
Views: 17891

Re: StereoPi AnyCase Kit

Hi Fraserbaton, Yep, the plywood drilling without splitting on the opposite side is a tricky thing. You can google for the details. ABS plastic is an expensive thing for DIY details. We are considering to use acrylic plastic (like for the camera mounting plates in our kits), but it also has some spe...
by Realizator
Wed Jul 01, 2020 4:09 pm
Forum: OpenCV, Python and other image processing
Topic: how to stream to stereo-pi apk ?
Replies: 4
Views: 11498

Re: how to stream to stereo-pi apk ?

Hi Zoldaten, Actually mentioned pyimagesearch livestream solution is not so good. Try this way to get insights :-) It is for another purposes, not for the real-time low-latency. As for the scripts: 1. Take a look at the /opt/StereoPi/scripts/video-source.sh The last row activates the livestream. Her...
by Realizator
Wed Jul 01, 2020 3:57 pm
Forum: OpenCV, Python and other image processing
Topic: Set max resolution
Replies: 28
Views: 42338

Re: Set max resolution

Hi Jlurban! You see, the full-resolution video capture is extremely consuming task. You should try either use a photo capture for the full resolution, or, for example, set a very small FPS. Can you please share a piece of code you use for the camera settings? Pascalfaust asked a good question. What ...
by Realizator
Tue Jun 30, 2020 1:21 pm
Forum: OpenCV, Python and other image processing
Topic: how to stream to stereo-pi apk ?
Replies: 4
Views: 11498

Re: how to stream to stereo-pi apk ?

Hi Zoldaten, To say briefly - it is really difficult. OpenCV is not so good at live stream. And also our application is focused on RAW H264, not friendly for OpenCV. You can use one special approach. Like capture a video, "split" it into two streams, and use one stream for the live stream, and anoth...
by Realizator
Tue Jun 30, 2020 1:15 pm
Forum: Your Project
Topic: 3D Digital Image Correlation (DIC) using StereoPi
Replies: 2
Views: 12709

Re: 3D Digital Image Correlation (DIC) using StereoPi

Hi Kevin, I read your post several times, and got a lot of emotions! :-) Actually you are working on a very interesting project! Your idea of "imaging deformation during mechanical testing procedures" reminds me of the hi-end cameras equipment, like Aramis . I have plans to write a review article ab...
by Realizator
Tue Jun 30, 2020 12:57 pm
Forum: OpenCV, Python and other image processing
Topic: Raspividyuv stereo
Replies: 6
Views: 16264

Re: Raspividyuv stereo

Congratulations! :-)
by Realizator
Fri Jun 19, 2020 10:47 am
Forum: Video, photo (livestream, recording, photo capturing)
Topic: Unreadeable recorded video in SLP
Replies: 7
Views: 6268

Re: Unreadeable recorded video in SLP

May be on-the-go conversion from raw H264 to the readable MP4 is an issue. But raw264 is very uncomfortable for the viewing (no scroll, etc). We need to investigate this issue.
by Realizator
Thu Jun 18, 2020 10:21 am
Forum: Your Project
Topic: Another Stereoscopic Camera Project
Replies: 15
Views: 25751

Re: Another Stereoscopic Camera Project

... Realizator, the StereoPi should connect to a phone's mobile data correct? If the stereopi was streaming video all the time, I can imagine this would take up the mobile data quite quickly, but do you think it would be possible to turn streaming on and off with a button press, like taking a photo...
by Realizator
Thu Jun 18, 2020 8:10 am
Forum: StereoPi hardware
Topic: Ethernet port lamp not working
Replies: 17
Views: 9351

Re: Ethernet port lamp not working

Worasit Sangjan, if your HDMI connector sits fine on the board? Or you can see some parts are not soldered correctly (detached)?
by Realizator
Thu Jun 18, 2020 8:07 am
Forum: Cameras and video capture modules
Topic: PiCamera preview hangs
Replies: 4
Views: 6568

Re: PiCamera preview hangs

Stereomaton, thank you for your help!
Jimbo42, actually this bug is already fixed by Raspberry Pi Foundation. Now you can do "sudo rpi-update" to get newest firmware, and all options will work out of the box.