Search found 21 matches

by static_zero
Sat Jan 20, 2024 2:47 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software Audio Update
Replies: 62
Views: 87092

Re: xx3dsfml Multi-platform N3DSXL Capture Software Audio Update

Thanks for your hard work! I'd need to spend a good off day familiarizing myself with building this since I'm more used to running pre-built executables, but "multi-platform" is getting me super excited that I might finally get something usable running on my Mac. It's my pleasure! It woul...
by static_zero
Sat Jan 20, 2024 2:33 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software Audio Update
Replies: 62
Views: 87092

Re: xx3dsfml Multi-platform N3DSXL Capture Software Audio Update

Hey man I just want to say great job on this!!!! If you look at my fork (jsillick) I made a switch to using CMake to build as that build system is much more robust. It can basically take SFML version you want and build it from scratch with the main cpp file. CMake is free and available for all plat...
by static_zero
Mon Nov 20, 2023 1:40 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software Audio Update
Replies: 62
Views: 87092

xx3dsfml Multi-platform N3DSXL Capture Software Audio Update

Hi all - It's been a while since I've last been here. After hitting a wall with my capture software previously, I ended up becoming very busy with life and such, but things have finally started to slow down for me now. I've since been able to revisit my code and have made a major update in finally a...
by static_zero
Sat Apr 15, 2023 5:37 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release
Replies: 9
Views: 2927

Re: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release

No, I tried to do at least 8 reads in a row before passing it over to the actual render pipeline, but it turns out the whole thing was just a red herring all along anyway because my Windows code doesn't actually get more than the 518400 bytes of frame data either, even with the large buffer. What *a...
by static_zero
Sat Apr 15, 2023 4:26 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release
Replies: 9
Views: 2927

Re: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release

Thanks, I'll take a look through to see what I can work out. It may take a bit to get to though because I just encountered another issue actually. Here's what happened: 1. Requested large read on Windows using FT_ReadPipeEx and got the full data. 2. Requested large read on Linux using FT_ReadPipeAsy...
by static_zero
Sat Apr 15, 2023 3:26 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release
Replies: 9
Views: 2927

Re: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release

Well that did the trick, changing it to (RGB_FRAME_SIZE * 2) is giving me 520588 bytes every read (occasionally 520592). I just switched over to Linux and tested it out in my actual code and got the same result which is fantastic news, so now I'll see what I can manage to work out over the weekend w...
by static_zero
Sat Apr 15, 2023 2:40 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release
Replies: 9
Views: 2927

Re: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release

Hey, just wanted to give an update on this, I decided to test my suspicion out by writing a small program on Windows using the FT_ReadPipeEx call just to see how much data I could get out of it, and it turns out that I'm still only getting 518400 bytes each read. That being the case, the differences...
by static_zero
Wed Apr 12, 2023 4:06 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release
Replies: 9
Views: 2927

Re: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release

Thanks for the input Loopy. I've modified my code and am now getting a full 60 fps and no error frames. However, I'm still not able to read more than 518400 bytes in a single read, and I think I might know why. The issue might have to do with how the read functions are implemented in the D3XX driver...
by static_zero
Tue Apr 11, 2023 3:54 am
Forum: General
Topic: xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release
Replies: 9
Views: 2927

xx3dsfml Multi-platform N3DSXL Capture Software (Soft) Release

Hey Everyone - I'm (somewhat) happy to announce the release of my multi-platform capture software for the recently released New 3DSXL capture card which can be found here . The reason why I'm only (somewhat) happy is that while this software is perfectly usable, it's currently in an incomplete state...
by static_zero
Wed Mar 29, 2023 2:25 am
Forum: Tech Support
Topic: N3DSXL PID Changed and Is No Longer Working
Replies: 2
Views: 1326

Re: N3DSXL PID Changed and Is No Longer Working

Thanks for the quick reply loopy. Running the software did the trick and restored my capture board back to its original state. I'll be giving FTDI's D3XX programmers guide a read through, and I'll see what I can do with their driver installed. If I find myself really stuck, I might reach out for som...