Marco Tecno Posted February 1, 2016 Share Posted February 1, 2016 I was wondering that, perhaps, the best way to 'hack' nx1 would be writing code for it. I mean, instead modifying the existing fw, why not just leave it as is and write new routines to be summoned from sd at startup? That should be possible as shown by those who have done something for this camera, till now. And these routines should 'intercept' some parameters and change them on the run. Eg. When I select video pro quality, set a higher bitrate. Or: when I set 120fps, run at 240fps and so forth... vaga and neosushi 2 Quote Link to comment Share on other sites More sharing options...
kidzrevil Posted February 1, 2016 Author Share Posted February 1, 2016 I was wondering that, perhaps, the best way to 'hack' nx1 would be writing code for it. I mean, instead modifying the existing fw, why not just leave it as is and write new routines to be summoned from sd at startup? That should be possible as shown by those who have done something for this camera, till now. And these routines should 'intercept' some parameters and change them on the run. Eg. When I select video pro quality, set a higher bitrate. Or: when I set 120fps, run at 240fps and so forth...great idea !!!! Totally makes sense. It pretty much would just improve whats already there Quote Link to comment Share on other sites More sharing options...
eltorrete Posted February 1, 2016 Share Posted February 1, 2016 +1 Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted February 1, 2016 Share Posted February 1, 2016 Unfortunately I have no clue on how to implement it. I guess that a linux geek, delving into nx1 code, could discover a way to do that and more. We could collect funds to buy a free nx1 to a person who 'promises' to work on it and release the results to supporters... Quote Link to comment Share on other sites More sharing options...
Cinegain Posted February 1, 2016 Share Posted February 1, 2016 Anyone heard from Cellar Door since posting this?Pavel & Marco I fully agree with you guys, it would be great if we could get a community driven effort to build custom fw.Over the holiday season I can use some of my free time to take a look at the NX1 source code and see what some 'low hanging fruit' might be in terms of enhancements. Adding features can of course vary greatly in complexity, so the type of additions I mentioned in my prior post (new resolution & frame-rate options) were simpler changes to make.Your suggestion for bitrate could be a good one .... the easiest points of attack are cases where the camera is technically capable of a particular function, but that option (for whatever reason) was not exposed in the camera's User Interface. Some of the improvements Samsung made to NX1 firmware after its initial release represent a serious time investment by a team of engineers, so to do more ambitious changes it would be great if I could find other enthusiasts with computer science backgrounds interested in collaborating.With time, effort, and ability anything is possible though.~ http://www.eoshd.com/comments/topic/9451-is-samsung-shutting-down-their-camera-business/?page=28#comment-123345 Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted February 1, 2016 Share Posted February 1, 2016 Nope. Like most ppl expressing interest and exhibiting knowledge in hacking nx...he disappeared. Quote Link to comment Share on other sites More sharing options...
Beritar Posted February 1, 2016 Share Posted February 1, 2016 +1 Quote Link to comment Share on other sites More sharing options...
M Carter Posted February 1, 2016 Share Posted February 1, 2016 So two pages of likes; how do you ID a person who could pull this off? and how do you find someone whom people will feel safe about risking $$ with? (Or cheap enough that it's not much of a risk)? Cheaper person or bigger donation pool…. Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted February 1, 2016 Share Posted February 1, 2016 the main to do thing would be to 'tie' a person somehow, so that he/she doesn't disappear. Quote Link to comment Share on other sites More sharing options...
SMGJohn Posted February 1, 2016 Share Posted February 1, 2016 There seems to be a lot of small forum posts about hacking the NX1, the camera definitely supports 10bit, 240fps in 1080p or even 1440p, it should also spit out 2160p in RAW and it should record 6k in 30 max fps in h265 codec with bitrate probably around 40 to 100 mbps.The 10bit colours or even 14bit should not cause much more strain on the CPU then there already is, its just requires a faster card.I would personally be willing to sacrifice my NX1 just to get all these features or at least 2160p raw output. It is a real bummer that Samsung decided not to enable these feature I know they are in the damn camera they are just disabled. God knows why the fuck they decided to do something as stupid like that, they could have sold the damn fucker for 6000+ dollars and enabled everything, it would be adopted by damn Hollywood for its image quality at such a price range. kidzrevil and Geoff CB 2 Quote Link to comment Share on other sites More sharing options...
Pavel Mašek Posted February 1, 2016 Share Posted February 1, 2016 +1 Quote Link to comment Share on other sites More sharing options...
Parker Posted February 1, 2016 Share Posted February 1, 2016 +1 +1 +1 I'd totally be willing to pool some money together and donate for a hack that can make this already amazing camera even better. kidzrevil 1 Quote Link to comment Share on other sites More sharing options...
Matthias Scheja Posted February 1, 2016 Share Posted February 1, 2016 +1 Quote Link to comment Share on other sites More sharing options...
homestar_kevin Posted February 1, 2016 Share Posted February 1, 2016 Definitely in to contribute.Is there any reaching out to the magic lantern community that can be done? Quote Link to comment Share on other sites More sharing options...
kidzrevil Posted February 1, 2016 Author Share Posted February 1, 2016 Nope. Like most ppl expressing interest and exhibiting knowledge in hacking nx...he disappeared.is the OS linux based ? That makes things easier. Plenty of linux gurus out there Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted February 1, 2016 Share Posted February 1, 2016 Yup, it's tizen. Very basic version of linux. Quote Link to comment Share on other sites More sharing options...
M Carter Posted February 1, 2016 Share Posted February 1, 2016 Super useful - but I don't think something like that could be added within a software hack. It would need some analog input that can safely take an incoming voltage. I don't think the NX1 has that.There's a tiny chance the external Mic input could be redirected, but that's a long shot.Unless there's a way in via USB? I have no idea though... Quote Link to comment Share on other sites More sharing options...
kidzrevil Posted February 1, 2016 Author Share Posted February 1, 2016 Yup, it's tizen. Very basic version of linux.so if we find a good linux programmer then we are golden ! I assume All they will really have to do is like change some command line inputs Quote Link to comment Share on other sites More sharing options...
Marco Tecno Posted February 1, 2016 Share Posted February 1, 2016 The problem could be the part devoted to the specific hw of nx1. I mean, as far as I understood, there is a code specifically written for the custom chips and hw of nx1. This part is binary only, hence it needs to be reverse engineered to understand how it works. That's why I proposed the way through a new code to be written and executed at startup. Quote Link to comment Share on other sites More sharing options...
kidzrevil Posted February 2, 2016 Author Share Posted February 2, 2016 The problem could be the part devoted to the specific hw of nx1. I mean, as far as I understood, there is a code specifically written for the custom chips and hw of nx1. This part is binary only, hence it needs to be reverse engineered to understand how it works. That's why I proposed the way through a new code to be written and executed at startup.hopefully Andrew Reid gets behind this. Im sure people will respond to a post on his site regarding taking a shot at hacking the camera, especially if its crowdfunded Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.