Go to advanced search

by Daniel Gessel
Tue Jan 14, 2020 8:33 pm
Forum: General discussion
Topic: Raspberry pi 4 cluster
Replies: 14
Views: 892

Re: Raspberry pi 4 cluster

The dongles that used to ship with crossfire boards had an fpga in them that could merge two digital video signals in a few different ways: checkerboard, interlaced, and AFR. I don’t see why it wouldn’t work on the output of a pair of Pies, other than getting the two streams to sync (which might be ...
by Daniel Gessel
Tue Jan 14, 2020 8:09 pm
Forum: Advanced users
Topic: Only one framebuffer on pi4?
Replies: 2
Views: 336

Re: Only one framebuffer on pi4?

My dual monitor setup has only /dev/fb0 as well. The system console seems to use only one (when I open a virtual console, the two monitors mirror each other), but I can create dumb frame buffers on each with KMS in C.
by Daniel Gessel
Tue Jan 14, 2020 7:58 pm
Forum: General discussion
Topic: Raspberry pi 4 cluster
Replies: 14
Views: 892

Re: Raspberry pi 4 cluster

I was just thinking about using two Pies to do alternate frame rendering with an external dongle to merge the HDMI streams, like an old school crossfire system...
by Daniel Gessel
Tue Jan 14, 2020 5:22 pm
Forum: General discussion
Topic: Future of raspberry pi - software related
Replies: 382
Views: 36755

Re: Future of raspberry pi - software related

The Raspberry Pi is a computer. It's hardware not software. “Raspberry Pi” in addition to being a family of computers seems to include the foundation and/or the trading company. And, occasionally Raspian and/or the core software provided by the foundation and/or the trading company. I think. It’s q...
by Daniel Gessel
Tue Jan 14, 2020 2:18 pm
Forum: General discussion
Topic: Future of raspberry pi - software related
Replies: 382
Views: 36755

Re: Future of raspberry pi

I have one specific capability request for the Mesa stack (augmenting gbm with the ability to identify the current back buffer) but I think the onus is on me to prototype or even implement it myself... Hmmm, such a wonderful invitation and I’m stumped! Is this a change to the upstream MESA stack, o...
by Daniel Gessel
Tue Jan 14, 2020 9:12 am
Forum: General discussion
Topic: Future of raspberry pi - software related
Replies: 382
Views: 36755

Re: Future of raspberry pi

I have one specific capability request for the Mesa stack (augmenting gbm with the ability to identify the current back buffer) but I think the onus is on me to prototype or even implement it myself...

Hmmm, such a wonderful invitation and I’m stumped!
by Daniel Gessel
Mon Jan 13, 2020 10:11 pm
Forum: General discussion
Topic: Future of raspberry pi - software related
Replies: 382
Views: 36755

Re: Future of raspberry pi

But what areas would you like improvements in? You have a team improving the GLES stack and bringing it up to 3.2, so that’s being taken care of. I suspect a full 64-bit user land image is on the way. Maybe take on OpenCL, or some other easy way to get general compute out of the GPU (on VC4 as well...
by Daniel Gessel
Mon Jan 13, 2020 9:57 pm
Forum: Windows 10 for IoT
Topic: How to Install Microsoft windows 10 IOT on Raspberry PI 4 ?
Replies: 24
Views: 23346

Re: How to Install Microsoft windows 10 IOT on Raspberry PI 4 ?

My only remaining question is if Raspberrypi.org has a reason/desire/principle that makes it not want to provide this development path. ... If the foundation doesn't want a BSP, I would respect that, but I think they should just come out and say it outright. Providing a “BSP” costs resources which ...
by Daniel Gessel
Sun Jan 12, 2020 4:16 pm
Forum: Graphics, sound and multimedia
Topic: External MIDI hardware and Sonic Pi
Replies: 9
Views: 1554

Re: External MIDI hardware and Sonic Pi

I had managed to get the same story over on the Sonic Pi forum too. It's an incredible shame that a computer system that sells for under £100 that COULD allow live coding of external MIDI hardware hasn't been allowed to flourish. I found your post over at sonic-pi and it seems like the Pi version m...
by Daniel Gessel
Sun Jan 12, 2020 3:33 am
Forum: Troubleshooting
Topic: Midi Keybaord on USB OTG on Pi Zero W
Replies: 2
Views: 326

Re: Midi Keybaord on USB OTG on Pi Zero W

Did you get any further? I’d like to hook up something like a Novation Launchpad X to a Pi4 - I’m thinking it might “just work” as a midi controller, but I’d want to control the LEDs too.
by Daniel Gessel
Sat Jan 11, 2020 4:41 pm
Forum: Camera board
Topic: 1 RASPI 4, 2 CSI Camera, 2 Displays, Possible?
Replies: 13
Views: 2052

Re: 1 RASPI 4, 2 CSI Camera, 2 Displays, Possible?

https://www.arducam.com/dual-camera-hat-synchronize-stereo-pi-raspberry/ What about this? Can I have image from camera on on hdmi1 and image from other camera on hdmi2? Don’t really know the product, but it seems you get the pair side by-side as a single camera image on the Pi -or maybe alternate v...
by Daniel Gessel
Sat Jan 11, 2020 3:51 pm
Forum: Windows 10 for IoT
Topic: How to Install Microsoft windows 10 IOT on Raspberry PI 4 ?
Replies: 24
Views: 23346

Re: How to Install Microsoft windows 10 IOT on Raspberry PI 4 ?

So if I decide not to swim upstream and go with Raspian, what Tool chain and language will I find the most support in? Based on the board activity here, the fact that ”Pi” intentionally evokes Py(thon) and my own observations, Python is both the best supported and most popular language. I don’t use...
by Daniel Gessel
Sat Jan 11, 2020 3:30 pm
Forum: Camera board
Topic: 1 RASPI 4, 2 CSI Camera, 2 Displays, Possible?
Replies: 13
Views: 2052

Re: 1 RASPI 4, 2 CSI Camera, 2 Displays, Possible?

Only one camera module connector, but multiple USB cameras are possible if USB might be a workable alternative. Some experiments were reported in the following thread:

https://www.raspberrypi.org/forums/view ... 3&t=261135
by Daniel Gessel
Fri Jan 10, 2020 8:31 pm
Forum: Graphics, sound and multimedia
Topic: Pimoroni Pirate Audio project
Replies: 0
Views: 450

Pimoroni Pirate Audio project

I’m thinking of getting a Pimoroni Pirate Audio device with headphone jack to make a sort of random new agey beepitty boopitty synthesizer project to run on a Pi Zero and listen to while I code or otherwise want to drive myself batty. Low droning sounds might be good too. I’m totally new at this so ...
by Daniel Gessel
Thu Jan 09, 2020 12:10 pm
Forum: OpenGLES
Topic: Anyone used GL_NV_read_depth extension ?
Replies: 7
Views: 731

Re: Anyone used GL_NV_read_depth extension ?

Sounds like a good plan. Try with a simple vertex shader (no transform) in case I got the first steps wrong. Inverting whatever process the vertex shader goes through to map from world to clip is definitely part of the formula. The other steps I suggested may have a sign error or other basic misstep...
by Daniel Gessel
Wed Jan 08, 2020 7:59 pm
Forum: C/C++
Topic: Programming Language of the Year 2019 - according to TIOBE
Replies: 50
Views: 3224

Re: Programming Language of the Year 2019 - according to TIOBE

Oh no! What have I done? I have had success compiling computer intensive code in C++ to WASM and incorporating it into web pages where it is used from JS. It's very easy to compile C and C++ to WASM using enscripten https://emscripten.org. As easy as compiling normally with GCC or Clang. Seriously,...
by Daniel Gessel
Wed Jan 08, 2020 12:43 pm
Forum: OpenGLES
Topic: Anyone used GL_NV_read_depth extension ?
Replies: 7
Views: 731

Re: Anyone used GL_NV_read_depth extension ?

It’s been a while, but IIRC: Divide unsigned shorts by 65535.0 to get normalized z values. Subtract viewport x and y from pixel x and y, then divide by viewport width and height, respectively. Everything should be in [0, 1] range. Multiply x, y, and z by 2 and subtract 1 to get clip coordinates [-1,...
by Daniel Gessel
Tue Jan 07, 2020 9:20 pm
Forum: OpenGLES
Topic: Skin Mesh Animation
Replies: 30
Views: 2572

Re: Skin Mesh Animation

Thanks - looks like an interesting video and I’m sure it will enlighten me when I take the time to watch it later on. My first response is that big GPUs are massively threaded and it’s super key to performance, so graphics and threading go together pretty well... but I do understand you’re talking a...
by Daniel Gessel
Tue Jan 07, 2020 5:24 pm
Forum: OpenGLES
Topic: Skin Mesh Animation
Replies: 30
Views: 2572

Re: Skin Mesh Animation

Think is probably worth pointing out at this juncture that you cannot expect a device costing $35 to compete at a GPU level with devices where just the GPU can cost multiples of the Pi's entire system cost. What? But isn’t the Pi magic, whereas all the other platforms are just science and technolog...
by Daniel Gessel
Tue Jan 07, 2020 3:33 pm
Forum: OpenGLES
Topic: Skin Mesh Animation
Replies: 30
Views: 2572

Re: Skin Mesh Animation

1) Complexity, not good and specifically when GPUs will automatically become better relative to CPUs over the next 10 years. See Jetson Nano. 2) You would need multithreaded GPU access or your frames will get motion-to-photon latency. Just try playing any PS4 game, they are litteraly unplayable! No...
by Daniel Gessel
Tue Jan 07, 2020 12:40 pm
Forum: OpenGLES
Topic: Skin Mesh Animation
Replies: 30
Views: 2572

Re: Skin Mesh Animation

Gavinmc42 wrote:
Tue Jan 07, 2020 4:35 am
We have yet to see the best of the VC4 or VC6.
What tricks could be used?
Fallback to CPU vertex shading should be half decent on Pi3. Don’t know exactly what that would look like in the Mesa stack, but it could use the Pi3 NEON instructions to good effect.
by Daniel Gessel
Mon Jan 06, 2020 11:11 am
Forum: OpenGLES
Topic: Skin Mesh Animation
Replies: 30
Views: 2572

Re: Skin Mesh Animation

the VC6 which is actually just a souped up VC4 plus some extra bits. From what I understand it has some pretty good extra bits, and the HW engineers did a nice job souping it up to run at twice the clockspeed. Any news on if/when documentation might go public? Or should we all start learning the dr...
by Daniel Gessel
Fri Jan 03, 2020 10:07 pm
Forum: Graphics programming
Topic: OpenGLES 3.X
Replies: 9
Views: 1543

Re: OpenGLES 3.X

6by9 wrote:
Fri Jan 03, 2020 9:59 pm
Certification for GLES 3.1 is in progress.
Whoop! Good news and good luck with the certification!
by Daniel Gessel
Fri Jan 03, 2020 9:30 pm
Forum: General discussion
Topic: Is anyone really using dual 4k drivers on Rpi4?
Replies: 41
Views: 3365

Re: Is anyone really using dual 4k drivers on Rpi4?

I found an inexpensive UHD TV as a second monitor to my HD one and I love the dual setup. I’m interested in supporting the pi ecosystem and educational mission (eventually, and in my own little way) and I, too, might have prioritized differently. But I assume there were limited upgrade options: give...
by Daniel Gessel
Fri Jan 03, 2020 10:34 am
Forum: Graphics programming
Topic: OpenGLES 3.X
Replies: 9
Views: 1543

Re: OpenGLES 3.X

The videocore VI HW is capable of ES 3.2 but the driver currently only supports ES 3.0.

See https://www.raspberrypi.org/blog/vc4-an ... an-update/.

Go to advanced search